Skip to content

Commit af3ccbc

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.1.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6daf2ab commit af3ccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TESTFLAGS := $(shell $(GO) test -race $(BUILDFLAGS) ./pkg/stringutils 2>&1 > /de
3535
# N/B: This value is managed by Renovate, manual changes are
3636
# possible, as long as they don't disturb the formatting
3737
# (i.e. DO NOT ADD A 'v' prefix!)
38-
GOLANGCI_LINT_VERSION := 2.0.2
38+
GOLANGCI_LINT_VERSION := 2.1.2
3939

4040
default all: local-binary docs local-validate local-cross ## validate all checks, build and cross-build\nbinaries and docs
4141

0 commit comments

Comments
 (0)