Skip to content

Commit 873d3f2

Browse files
committed
ci: update CI pipeline and adjust test configurations
- Add Go version 1.24 to the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a87956d commit 873d3f2

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
go: [1.21, 1.22, 1.23]
30+
go: [1.21, 1.22, 1.23, 1.24]
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)