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 @@ -22,11 +22,11 @@ jobs:
2222 - name : install Go
2323 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2424 with :
25- go-version : 1.20 .x
25+ go-version : 1.21 .x
2626 - name : Install snmp_exporter/generator dependencies
2727 run : sudo apt-get update && sudo apt-get -y install libsnmp-dev
2828 if : github.repository == 'prometheus/snmp_exporter'
2929 - name : Lint
3030 uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
3131 with :
32- version : v1.54 .2
32+ version : v1.55 .2
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
6161SKIP_GOLANGCI_LINT :=
6262GOLANGCI_LINT :=
6363GOLANGCI_LINT_OPTS ?=
64- GOLANGCI_LINT_VERSION ?= v1.54 .2
64+ GOLANGCI_LINT_VERSION ?= v1.55 .2
6565# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
6666# windows isn't included here because of the path separator being different.
6767ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments