chore: bump Go to v1.26 (#7466)

This commit is contained in:
Francis Lavoie
2026-02-11 13:21:10 -05:00
committed by GitHub
parent 72ac479f5d
commit c0af7b665f
5 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -334,13 +334,13 @@ jobs:
os:
- ubuntu-latest
go:
- '1.25'
- '1.26'
include:
# Set the minimum Go patch version for the given Go minor
# Usable via ${{ matrix.GO_SEMVER }}
- go: '1.25'
GO_SEMVER: '~1.25.0'
- go: '1.26'
GO_SEMVER: '~1.26.0'
runs-on: ${{ matrix.os }}
# https://github.com/sigstore/cosign/issues/1258#issuecomment-1002251233