Skip to content

Commit 9567f53

Browse files
Merge pull request #165 from adambkaplan/fix-release
Update to go 1.20 for release
2 parents 0e200fd + e9cad09 commit 9567f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v3
3131
with:
32-
go-version: 1.19.x
32+
go-version: 1.20.x
3333
cache: true
3434
check-latest: true
3535
- uses: sigstore/cosign-installer@v2

0 commit comments

Comments
 (0)