Skip to content

Commit

Permalink
go version for releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
teaguru committed Apr 22, 2024
1 parent c49a42d commit 3db714d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
name: set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17.x
go-version: 1.21.x
-
name: run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 comments on commit 3db714d

Please sign in to comment.