mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-08-07 20:22:51 +00:00
build: update Go toolchain and crypto dependency
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user