We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad74d26 commit ef2552dCopy full SHA for ef2552d
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
name: Set up Go
30
uses: actions/setup-go@v2
31
with:
32
- go-version: 1.14
+ go-version: 1.17
33
-
34
name: Import GPG key
35
id: import_gpg
@@ -40,11 +40,11 @@ jobs:
40
PASSPHRASE: ${{ secrets.PASSPHRASE }}
41
42
name: Run GoReleaser
43
- uses: goreleaser/goreleaser-action@v2.8.0
+ uses: goreleaser/goreleaser-action@v2
44
45
version: latest
46
args: release --rm-dist
47
env:
48
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
49
# GitHub sets this automatically
50
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments