fix(ci): use latest golangci-lint version for v2 config support
Some checks failed
CI / Lint (pull_request) Failing after 4s
CI / Test (pull_request) Successful in 10s
CI / Build (pull_request) Successful in 6s
CI / Format Check (pull_request) Successful in 3s

v1.65.0 doesn't exist. Use 'latest' to automatically get a version
that supports v2 config format (version: 2). This should work with
both local v2.1.6 and CI.
This commit is contained in:
2025-11-05 13:32:34 +01:00
parent 6e90bdf6e3
commit 018c9eb9c5

View File

@@ -81,7 +81,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.65.0
version: latest
args: --timeout=5m
build: