Skip to content

Commit ffc557d

Browse files
appleboyclaude
andcommitted
chore(ci): upgrade minimum Go version to 1.25
- Update go directive to 1.25.0 in go.mod and example go.mod - Remove Go 1.24 from CI test matrix Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0ea42b4 commit ffc557d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, macos-latest, windows-latest]
36-
go: [1.24, 1.25]
36+
go: [1.25]
3737
include:
3838
- os: ubuntu-latest
3939
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)