Skip to content

Commit e135d0e

Browse files
committed
ci: update Go test matrix to only include version 1.24
- Remove Go version 1.23 from the test matrix, only testing with Go 1.24 Signed-off-by: appleboy <[email protected]>
1 parent 26cbb98 commit e135d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
os: [ubuntu-latest]
44-
go: [1.23, 1.24]
44+
go: [1.24]
4545
include:
4646
- os: ubuntu-latest
4747
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)