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:29 +08:00
parent cf36b35b36
commit af4fd887b2
+5 -1
View File
@@ -39,7 +39,11 @@ jobs:
testing:
runs-on: ubuntu-latest
container: golang:1.23-alpine
strategy:
matrix:
go-version: ["1.25", "1.26"]
container:
image: golang:${{ matrix.go-version }}-alpine
steps:
- name: Checkout repository
uses: actions/checkout@v6