File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,15 @@ jobs:
2121 GOEXPERIMENT : boringcrypto
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+ uses : actions/checkout@v4
2525 - name : install Go
26- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
26+ uses : actions/setup-go@v5
2727 with :
2828 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
33- uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
33+ uses : golangci/golangci-lint-action@v6
3434 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