We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f05cda commit 336ac07Copy full SHA for 336ac07
.github/workflows/golangci-lint.yml
@@ -20,11 +20,11 @@ jobs:
20
- name: install Go
21
uses: actions/setup-go@v2
22
with:
23
- go-version: 1.18.x
+ go-version: 1.21.x
24
- name: Install snmp_exporter/generator dependencies
25
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
26
if: github.repository == 'prometheus/snmp_exporter'
27
- name: Lint
28
- uses: golangci/golangci-lint-action@v3.2.0
+ uses: golangci/golangci-lint-action@v6.1.0
29
30
- version: v1.45.2
+ version: v1.60.3
0 commit comments