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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user