2
0

ci: update GitHub Actions and improve test configurations

- Add Go version 1.24 to the GitHub Actions workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2025-02-12 09:42:10 +08:00
parent b0e321a937
commit b4b7d1b5c1
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.21, 1.22, 1.23]
go: [1.21, 1.22, 1.23, 1.24]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build