ci: bump GitHub Actions and add Go 1.25/1.26 to test matrix

This commit is contained in:
Bo-Yi Wu
2026-04-16 21:03:32 +08:00
parent a7daa0df80
commit c8c37942c1
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
go: [1.22, 1.23] go: [1.25, 1.26]
include: include:
- os: ubuntu-latest - os: ubuntu-latest
go-build: ~/.cache/go-build go-build: ~/.cache/go-build