Skip to content

Commit e6428a1

Browse files
authored
Update goreleaser go version to 1.17 (#2557)
This commit updates the go version in the goreleaser github action which was missed in ab8bb97. Signed-off-by: Alexander Greene <[email protected]>
1 parent ab8bb97 commit e6428a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: '~1.17'
2020

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

0 commit comments

Comments
 (0)