File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
script :
10
10
- make check_license unused test-short
11
- - if [[ ! $TRAVIS_GO_VERSION =~ ^1\.9\.[x0-9]+$ ]]; then make lint; fi
11
+ - if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(9|10)\. ]]; then make lint; fi
12
12
# Style is only checked against the latest supported Go version.
13
13
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(12)\. ]]; then make style; fi
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
74
74
75
75
GOLANGCI_LINT :=
76
76
GOLANGCI_LINT_OPTS ?=
77
- GOLANGCI_LINT_VERSION ?= v1.16.0
77
+ GOLANGCI_LINT_VERSION ?= v1.17.1
78
78
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
79
79
# windows isn't included here because of the path separator being different.
80
80
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments