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 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727
2828 - name : Lint
2929 uses : golangci/golangci-lint-action@v2
3030 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_
8383
8484GOLANGCI_LINT :=
8585GOLANGCI_LINT_OPTS ?=
86- GOLANGCI_LINT_VERSION ?= v1.42.0
86+ GOLANGCI_LINT_VERSION ?= v1.44.2
8787# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
8888# windows isn't included here because of the path separator being different.
8989ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments