We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bad67a commit 6d3e09cCopy full SHA for 6d3e09c
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