Skip to content

Commit ac22cba

Browse files
Merge pull request #260 from containers/renovate/golangci-golangci-lint-2.x
chore(deps): update dependency golangci/golangci-lint to v2.6.1
2 parents e623d41 + faffb94 commit ac22cba

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
@@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go')
55
.PHONY: default
66
default: build
77

8-
GOLANGCI_LINT_VERSION := 2.6.0
8+
GOLANGCI_LINT_VERSION := 2.6.1
99
bin/golangci-lint:
1010
VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh
1111

0 commit comments

Comments
 (0)