build: update Go toolchain and crypto dependency

This commit is contained in:
2026-07-09 18:18:01 +07:00
parent 5d460f8afe
commit ec6cd866e6
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.25']
go: ['1.26.5']
steps:
- uses: actions/checkout@v6
@@ -27,8 +27,8 @@ jobs:
run: go vet ./...
# Pinning the lint binary to v2.12.x because our .golangci.yml targets
# Go 1.25 and earlier v2.x releases were built against go1.24, which the
# lint config rejects with "Go language version used to build
# Go 1.26 and earlier v2.x releases were built against older Go versions,
# which the lint config rejects with "Go language version used to build
# golangci-lint is lower than the targeted Go version".
# Action v9 is the first Node 24-native release; still accepts any
# golangci-lint >= v2.1.0.