Update dependency golangci/golangci-lint to v2.13.2 (#5251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
5701963045
commit
30a032af51
@@ -23,7 +23,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
|
||||
with:
|
||||
# NOTE: Version and args must match scripts/lint.sh
|
||||
version: v2.13.1
|
||||
version: v2.13.2
|
||||
args: --enable bodyclose,copyloopvar,misspell --timeout 10m
|
||||
man-page-staleness:
|
||||
name: man-page-staleness
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
# NOTE: Version and args must match .github/workflows/lint.yml
|
||||
GOLANGCI_LINT_VERSION="v2.13.1"
|
||||
GOLANGCI_LINT_VERSION="v2.13.2"
|
||||
|
||||
LINT_ARGS="--enable bodyclose,copyloopvar,misspell --timeout 10m"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user