Skip to content

Commit 2687376

Browse files
ccojocarclaude
andauthored
chore(go): update supported Go versions to 1.25.9 and 1.26.2 (#1633)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4c4d0b commit 2687376

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version:
1818
- go-version: "1.25.9"
1919
golangci: "latest"
20-
- go-version: "1.26.1"
20+
- go-version: "1.26.2"
2121
golangci: "latest"
2222
runs-on: ubuntu-latest
2323
env:
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup go
5858
uses: actions/setup-go@v6
5959
with:
60-
go-version: "1.26.1"
60+
go-version: "1.26.2"
6161
- name: Checkout Source
6262
uses: actions/checkout@v6
6363
- uses: actions/cache@v5
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup go
108108
uses: actions/setup-go@v6
109109
with:
110-
go-version: "1.26.1"
110+
go-version: "1.26.2"
111111
- name: Checkout Source
112112
uses: actions/checkout@v6
113113
- uses: actions/cache@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.26.1"
23+
go-version: "1.26.2"
2424
- name: Install Cosign
2525
uses: sigstore/cosign-installer@v4.1.1
2626
with:

0 commit comments

Comments
 (0)