Skip to content

Commit

Permalink
upgrades go verison in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
tee8z committed Aug 14, 2022
1 parent 27f38a9 commit 6d29bf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
goarch: [amd64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
- run: go mod tidy
- uses: wangyoucao577/[email protected]
with:
Expand Down

0 comments on commit 6d29bf9

Please sign in to comment.