We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8bb97 commit e6428a1Copy full SHA for e6428a1
.github/workflows/goreleaser.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: 1.16
+ go-version: '~1.17'
20
21
- name: Get the image tag
22
if: startsWith(github.ref, 'refs/tags')
0 commit comments