Skip to content

Commit f3b1e98

Browse files
Merge pull request #205 from containers/renovate/golangci-golangci-lint-1.x
chore(deps): update dependency golangci/golangci-lint to v1.64.5
2 parents 9bad67a + 6d3e09c commit f3b1e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 := 1.63.4
8+
GOLANGCI_LINT_VERSION := 1.64.5
99
bin/golangci-lint:
1010
VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh
1111

0 commit comments

Comments
 (0)