Skip to content

Commit

Permalink
Makefile: Upgrade golangci-lint version to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Apr 8, 2020
1 parent f2cf689 commit 73e8dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PKG = k8s.io/kube-state-metrics/pkg
GO_VERSION = 1.14.1
FIRST_GOPATH := $(firstword $(subst :, ,$(shell go env GOPATH)))
BENCHCMP_BINARY := $(FIRST_GOPATH)/bin/benchcmp
GOLANGCI_VERSION := v1.22.2
GOLANGCI_VERSION := v1.24.0
HAS_GOLANGCI := $(shell which golangci-lint)

IMAGE = $(REGISTRY)/kube-state-metrics
Expand Down

0 comments on commit 73e8dd5

Please sign in to comment.