Skip to content

Commit

Permalink
Update Go version to match go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Oct 6, 2023
1 parent 5903b94 commit 29057e8
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.19
go-version: 1.20
-
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.19
GOVERSION: 1.20

0 comments on commit 29057e8

Please sign in to comment.