Skip to content

Commit

Permalink
Update to go 1.20 for release
Browse files Browse the repository at this point in the history
Update go version in the release workflow. This was missed in the go
bump pull request.
  • Loading branch information
adambkaplan committed Oct 30, 2023
1 parent 0e200fd commit e9cad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
cache: true
check-latest: true
- uses: sigstore/cosign-installer@v2
Expand Down

0 comments on commit e9cad09

Please sign in to comment.