File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,15 @@ jobs:
21
21
GOEXPERIMENT : boringcrypto
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
+ uses : actions/checkout@v4
25
25
- name : install Go
26
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
26
+ uses : actions/setup-go@v5
27
27
with :
28
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
- uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
33
+ uses : golangci/golangci-lint-action@v6
34
34
with :
35
- version : v1.54.2
36
- skip-cache : true
37
- skip-pkg-cache : true
38
- skip-build-cache : true
35
+ version : v1.64
You can’t perform that action at this time.
0 commit comments