File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
28
28
- name : Lint
29
29
uses : golangci/golangci-lint-action@v2
30
30
with :
31
- version : v1.42.0
31
+ version : v1.44.2
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.42.0
86
+ GOLANGCI_LINT_VERSION ?= v1.44.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