Skip to content

Commit 014d60a

Browse files
committed
Update goreleaser go version to 1.17
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 014d60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
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)