Skip to content

Commit

Permalink
Merge pull request #2 from seacraft/dev
Browse files Browse the repository at this point in the history
change workflows release go version to 1.21.7
  • Loading branch information
huhouhua authored Feb 10, 2024
2 parents 82b935d + c200e9a commit 7d276c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: release
on:
release:
types: [created]

env:
GO_VERSION: '1.21.7'
jobs:
releases-linux-binaries:
name: Release Go Binaries
Expand All @@ -19,5 +20,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.20.4
goversion: ${{ env.GO_VERSION }}
extra_files: LICENSE README.md

0 comments on commit 7d276c9

Please sign in to comment.