Skip to content

Commit 4843d73

Browse files
committed
bump go to 1.22 for goreleaser pipeline
1 parent 55b2e08 commit 4843d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: 1.18
20+
go-version: 1.22
2121
-
2222
name: Import GPG key
2323
id: import_gpg
@@ -33,4 +33,4 @@ jobs:
3333
args: release --clean
3434
env:
3535
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)