Skip to content

Commit 8e2328a

Browse files
committed
Version bump golangci-lint
1 parent 041feaa commit 8e2328a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/golangci-lint.yml

+4-7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)