Skip to content

Commit ea8927e

Browse files
committed
Bump go version in linter
1 parent 33d7cf3 commit ea8927e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/golangci-lint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
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'
32+
- name: Download Go modules
33+
run: go mod download
34+
- name: Tidy Go Modules
35+
run: go mod tidy
3236
- name: Lint
3337
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
3438
with:

0 commit comments

Comments
 (0)