chore(go): update supported Go versions to 1.25.10 and 1.26.3 (#1669)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Cosmin Cojocar
2026-05-11 20:29:31 +02:00
committed by GitHub
co-authored by Claude Opus 4.7
parent b4f2934756
commit 4161f0b433
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -19,9 +19,9 @@ jobs:
strategy:
matrix:
version:
- go-version: "1.25.9"
- go-version: "1.25.10"
golangci: "latest"
- go-version: "1.26.2"
- go-version: "1.26.3"
golangci: "latest"
runs-on: ubuntu-latest
permissions:
@@ -67,7 +67,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26.2"
go-version: "1.26.3"
- name: Checkout Source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
@@ -123,7 +123,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26.2"
go-version: "1.26.3"
- name: Checkout Source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26.2"
go-version: "1.26.3"
cache: false
- name: Install Cosign
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1