Skip to content

Commit e1bb509

Browse files
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.4 (#26957)
Signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
1 parent 3570031 commit e1bb509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
116116
with:
117117
# renovate: datasource=go packageName=github.com/golangci/golangci-lint/v2 versioning=regex:^v(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)?$
118-
version: v2.11.3
118+
version: v2.11.4
119119
args: --verbose
120120

121121
test-go:

hack/installers/install-lint-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
set -eux -o pipefail
33

44
# renovate: datasource=go packageName=github.com/golangci/golangci-lint/v2
5-
GOLANGCI_LINT_VERSION=2.11.3
5+
GOLANGCI_LINT_VERSION=2.11.4
66

77
GO111MODULE=on go install "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v${GOLANGCI_LINT_VERSION}"

0 commit comments

Comments
 (0)