Skip to content

Commit a4ab531

Browse files
authored
Merge pull request #2638 from containers/renovate/golangci-golangci-lint-2.x
Update dependency golangci/golangci-lint to v2.2.1
2 parents e5104ad + 3de83e9 commit a4ab531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GOARCH ?= $(shell go env GOARCH)
2727
# N/B: This value is managed by Renovate, manual changes are
2828
# possible, as long as they don't disturb the formatting
2929
# (i.e. DO NOT ADD A 'v' prefix!)
30-
GOLANGCI_LINT_VERSION := 2.1.6
30+
GOLANGCI_LINT_VERSION := 2.2.1
3131

3232
ifeq ($(GOBIN),)
3333
GOBIN := $(GOPATH)/bin

0 commit comments

Comments
 (0)