Skip to content

Commit db54ac5

Browse files
committed
ci: update testing matrix and API usage for improved coverage
- Add Go version 1.24 to the testing matrix in GitHub Actions Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a67c902 commit db54ac5

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.21, 1.22, 1.23]
44+
go: [1.21, 1.22, 1.23, 1.24]
4545
include:
4646
- os: ubuntu-latest
4747
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)