Skip to content

Commit 05c6a0d

Browse files
committed
ci: drop Go 1.23 support from CI test matrix
- Remove Go version 1.23 from the GitHub Actions test matrix Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent c41b389 commit 05c6a0d

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
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest]
34-
go: [1.23, 1.24, 1.25]
34+
go: [1.24, 1.25]
3535
include:
3636
- os: ubuntu-latest
3737
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)