Skip to content

Commit f344f77

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 <appleboy.tw@gmail.com>
1 parent 859eb05 commit f344f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.20", 1.21, 1.22, 1.23]
30+
go: ["1.20", 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)