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.
2 parents 26f65dc + e61f27a commit efe4a12Copy full SHA for efe4a12
.github/workflows/golangci-lint.yml
@@ -18,11 +18,11 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
- name: install Go
23
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
24
with:
25
- go-version: 1.20.x
+ go-version: 1.21.x
26
- name: Install snmp_exporter/generator dependencies
27
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
28
if: github.repository == 'prometheus/snmp_exporter'
0 commit comments