File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,14 @@ jobs:
2525 - name : install Go
2626 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2727 with :
28- go-version : 1.21.x
28+ go-version : 1.23.7
2929 - name : Install snmp_exporter/generator dependencies
3030 run : sudo apt-get update && sudo apt-get -y install libsnmp-dev
3131 if : github.repository == 'prometheus/snmp_exporter'
3232 - name : Lint
3333 uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
3434 with :
3535 version : v1.54.2
36+ skip-cache : true
37+ skip-pkg-cache : true
38+ skip-build-cache : true
Original file line number Diff line number Diff line change 1- FROM golang:1.23.6 AS base
1+ FROM golang:1.23.7 AS base
22ARG VERSION
33ARG GIT_COMMIT
44ARG DATE
You can’t perform that action at this time.
0 commit comments