Skip to content

Commit

Permalink
bump go to 1.22 for goreleaser pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
benben committed Jul 1, 2024
1 parent 55b2e08 commit 4843d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22
-
name: Import GPG key
id: import_gpg
Expand All @@ -33,4 +33,4 @@ jobs:
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4843d73

Please sign in to comment.