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 407c63a commit 764105eCopy full SHA for 764105e
.pre-commit-config.yaml
@@ -84,7 +84,7 @@ repos:
84
exclude: '\.sum$'
85
86
- repo: https://github.com/golangci/golangci-lint
87
- rev: v2.4.0
+ rev: v2.7.2
88
hooks:
89
- id: golangci-lint-full
90
args: ["-v"]
Makefile
@@ -136,7 +136,7 @@ tidy: ## Run go mod tidy on every mod file in the repo
136
go mod tidy
137
cd ./api && go mod tidy
138
139
-GOLANGCI_LINT_VERSION ?= v2.4.0
+GOLANGCI_LINT_VERSION ?= v2.7.2
140
.PHONY: golangci-lint
141
golangci-lint:
142
# NOTE this will install golangci-lint in to local bin dir
0 commit comments