File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
linters :
5
5
enable :
6
- - golint
7
6
- staticcheck
8
7
9
8
issues :
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ include Makefile.common
18
18
19
19
DOCKER_IMAGE_NAME ?= aws-cloudwatch-exporter
20
20
21
- GOLANGCI_LINT_VERSION ?= v1.52.2
22
-
23
21
APP_DEPENDENCIES := $(shell go list -m -f '{{if not (or .Indirect .Main) }}{{.Path}}{{end}}' all)
24
22
25
23
# #@ go-mod-tidy
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
83
83
84
84
GOLANGCI_LINT :=
85
85
GOLANGCI_LINT_OPTS ?=
86
- GOLANGCI_LINT_VERSION ?= v1.46 .2
86
+ GOLANGCI_LINT_VERSION ?= v1.52 .2
87
87
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
88
88
# windows isn't included here because of the path separator being different.
89
89
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments