Skip to content

Commit 384ad77

Browse files
committed
fix: bumps release workflow to go1.21
1 parent 7c9aebe commit 384ad77

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: "1.20"
28+
go-version: "1.21"
2929
- name: Import GPG key
3030
id: import_gpg
3131
uses: crazy-max/ghaction-import-gpg@v5.2.0
@@ -39,4 +39,5 @@ jobs:
3939
args: release --rm-dist
4040
env:
4141
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
43+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)