We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d7cf3 commit ea8927eCopy full SHA for ea8927e
.github/workflows/golangci-lint.yml
@@ -29,6 +29,10 @@ jobs:
29
- name: Install snmp_exporter/generator dependencies
30
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
31
if: github.repository == 'prometheus/snmp_exporter'
32
+ - name: Download Go modules
33
+ run: go mod download
34
+ - name: Tidy Go Modules
35
+ run: go mod tidy
36
- name: Lint
37
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
38
with:
0 commit comments