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 25410fb commit d01e0deCopy full SHA for d01e0de
Makefile
@@ -6,7 +6,7 @@ tidy:
6
test:
7
go test -v ./...
8
9
-GOLANGCI_LINT_VERSION ?= v1.60.1
+GOLANGCI_LINT_VERSION ?= v2.1.2
10
lint:
11
if ! command -v golangci-lint &> /dev/null; then \
12
echo "Could not find golangci-lint, installing version $(GOLANGCI_LINT_VERSION)."; \
0 commit comments