.github/workflows: bump go and staticcheck version

This commit is contained in:
Cuong Manh Le
2026-06-02 14:20:05 +07:00
committed by Cuong Manh Le
parent d49a4c67c9
commit 87ddf03b90
+2 -2
View File
@@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.24.x"]
go: ["1.25.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
@@ -21,6 +21,6 @@ jobs:
- run: "go test -race ./..."
- uses: dominikh/staticcheck-action@v1.4.0
with:
version: "2025.1.1"
version: "2026.1"
install-go: false
cache-key: ${{ matrix.go }}