File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hack/update/golint_version Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
7474
7575# latest from https://github.com/golangci/golangci-lint/releases
7676# update this only by running `make update-golint-version`
77- GOLINT_VERSION ?= v2.1.6
77+ GOLINT_VERSION ?= v2.6.2
7878# see https://golangci-lint.run/docs/configuration/file/ for config details
7979GOLINT_CONFIG ?= .golangci.yaml
8080# Set this to --verbose to see details about the linters and formatters used
Original file line number Diff line number Diff line change 3434 schema = map [string ]update.Item {
3535 "Makefile" : {
3636 Replace : map [string ]string {
37- `GOLINT_VERSION \?= v1 .*` : `GOLINT_VERSION ?= {{.StableVersion}}` ,
37+ `GOLINT_VERSION \?= v2 .*` : `GOLINT_VERSION ?= {{.StableVersion}}` ,
3838 },
3939 },
4040 }
You can’t perform that action at this time.
0 commit comments