Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 783ce66

Browse files
committedMar 10, 2025·
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
 

‎.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.