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 fc73878 commit 486f434Copy full SHA for 486f434
.pre-commit-config.yaml
@@ -79,7 +79,7 @@ repos:
79
# E012: here doc didn't end before EOF
80
81
- repo: https://github.com/golangci/golangci-lint
82
- rev: v2.6.1
+ rev: v2.7.2
83
hooks:
84
- id: golangci-lint-full
85
args: ["-v"]
Makefile
@@ -133,7 +133,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
133
go mod tidy
134
cd ./api && go mod tidy
135
136
-GOLANGCI_LINT_VERSION ?= v2.4.0
+GOLANGCI_LINT_VERSION ?= v2.7.2
137
.PHONY: golangci-lint
138
golangci-lint:
139
# NOTE this will install golangci-lint in to local bin dir
0 commit comments