Skip to content

Commit d5f8a20

Browse files
appleboyclaude
andcommitted
chore: drop Go 1.23 support, require Go 1.24+
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 380fb5f commit d5f8a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.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]
36-
go: [1.23, 1.24, 1.25]
36+
go: [1.24, 1.25]
3737
include:
3838
- os: ubuntu-latest
3939
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)