Skip to content

Commit 3c35f4c

Browse files
committed
Use latest go 1.26 in release
1 parent 1f1a21b commit 3c35f4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525

2626
- uses: actions/setup-go@v7
2727
with:
28-
go-version-file: 'go.mod'
28+
go-version: '1.26'
29+
check-latest: true
2930

3031
- name: Install Cosign
3132
uses: sigstore/cosign-installer@v4.1.2

0 commit comments

Comments
 (0)