Skip to content

Commit e928dd2

Browse files
committed
ci: update GitHub Actions and improve test configurations
- Add support for Go version 1.24 in GitHub Actions workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 5b6fef5 commit e928dd2

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
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest, macos-latest]
29-
go: [1.21, 1.22, 1.23]
29+
go: [1.21, 1.22, 1.23, 1.24]
3030
include:
3131
- os: ubuntu-latest
3232
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)