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.
2 parents c66d4ee + f5361a8 commit e9bca76Copy full SHA for e9bca76
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
- id: go-mod-tidy
37
38
- repo: https://github.com/golangci/golangci-lint
39
- rev: v2.4.0
+ rev: v2.7.2
40
hooks:
41
- id: golangci-lint-full
42
args: ["-v"]
Makefile
@@ -354,7 +354,7 @@ govet: get-ci-tools
354
# Run go test against code
355
gotest: test
356
357
-GOLANGCI_LINT_VERSION ?= v2.4.0
+GOLANGCI_LINT_VERSION ?= v2.7.2
358
.PHONY: golangci-lint
359
golangci-lint:
360
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)
0 commit comments