We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bad67a + 6d3e09c commit f3b1e98Copy full SHA for f3b1e98
1 file changed
Makefile
@@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go')
5
.PHONY: default
6
default: build
7
8
-GOLANGCI_LINT_VERSION := 1.63.4
+GOLANGCI_LINT_VERSION := 1.64.5
9
bin/golangci-lint:
10
VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh
11
0 commit comments