Skip to content

Commit

Permalink
Update goreleaser go version to 1.17 (#2557)
Browse files Browse the repository at this point in the history
This commit updates the go version in the
goreleaser github action which was missed
in ab8bb97.

Signed-off-by: Alexander Greene <[email protected]>
  • Loading branch information
awgreene authored Jan 7, 2022
1 parent ab8bb97 commit e6428a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: '~1.17'

- name: Get the image tag
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit e6428a1

Please sign in to comment.