Skip to content

Commit

Permalink
update go version in workflow (#122)
Browse files Browse the repository at this point in the history
* Update release.yml
  • Loading branch information
bailinhe authored May 28, 2024
1 parent c3b7e45 commit 40aa96a
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 @@ -29,7 +29,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.22"
-
name: install cosign
uses: sigstore/cosign-installer@main
Expand All @@ -44,4 +44,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_EXPERIMENTAL: 1
GOVERSION: "1.20"
GOVERSION: "1.22"

0 comments on commit 40aa96a

Please sign in to comment.