Skip to content

Commit 783ce66

Browse files
committed
Bump go version in linter
1 parent ea8927e commit 783ce66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/golangci-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ 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: Clear Go Module Cache
33+
run: go clean -modcache
3234
- name: Download Go modules
3335
run: go mod download
3436
- name: Tidy Go Modules

0 commit comments

Comments
 (0)