Skip to content

Update to go 1.21 and fix a BUG found by new linter (#48) #8

Update to go 1.21 and fix a BUG found by new linter (#48)

Update to go 1.21 and fix a BUG found by new linter (#48) #8

---
name: Release Drafter Action
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}