Skip to content

Commit

Permalink
enhance: Upgrade goreleaser go version to 1.21
Browse files Browse the repository at this point in the history
generic deduction does not work well in 1.18
upgrading go tool version to 1.21 releasing new code

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Nov 4, 2024
1 parent b869b73 commit 26d3f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
cache: true

- uses: goreleaser/goreleaser-action@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
cache: true

- uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 26d3f3c

Please sign in to comment.