Skip to content

Commit 24c90b4

Browse files
fujiwaraclaude
andcommitted
Update CI Go versions: 1.24/1.25 to 1.25/1.26
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 40afdd0 commit 24c90b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tagpr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3636
with:
37-
go-version: "1.24"
37+
go-version: "1.25"
3838
go-version-file: ./go.mod
3939
cache: true
4040

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
strategy:
66
matrix:
77
go:
8-
- "1.24"
98
- "1.25"
9+
- "1.26"
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:

0 commit comments

Comments
 (0)