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:
25
25
- name : install Go
26
26
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
27
27
with :
28
- go-version : 1.21.x
28
+ go-version : 1.23.7
29
29
- name : Install snmp_exporter/generator dependencies
30
30
run : sudo apt-get update && sudo apt-get -y install libsnmp-dev
31
31
if : github.repository == 'prometheus/snmp_exporter'
32
32
- name : Lint
33
33
uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
34
34
with :
35
35
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
2
2
ARG VERSION
3
3
ARG GIT_COMMIT
4
4
ARG DATE
You can’t perform that action at this time.
0 commit comments