Skip to content

Commit ea4c811

Browse files
committed
ci: update GitHub Actions and improve test configurations
- Add Go version 1.24 to the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent aa5d8ee commit ea4c811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
go: [1.21, 1.22, 1.23]
33+
go: [1.21, 1.22, 1.23, 1.24]
3434
include:
3535
- os: ubuntu-latest
3636
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)