Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jranson authored Oct 9, 2021
1 parent 8fe0b6d commit 1bc9b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v2
with:
go-version: '1.16.0'
go-version: '1.17.1'
- name: Build project
run: |
TAGVER=${{ steps.baretag.outputs.baretag }} make release
Expand Down

0 comments on commit 1bc9b5d

Please sign in to comment.