Skip to content

Commit 759a197

Browse files
Update golangci/golangci-lint-action action to v6.4.1
1 parent 7472b3f commit 759a197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
2626
if: github.repository == 'prometheus/snmp_exporter'
2727
- name: Lint
28-
uses: golangci/golangci-lint-action@v6.1.0
28+
uses: golangci/golangci-lint-action@v6.4.1
2929
with:
3030
version: v1.54

0 commit comments

Comments
 (0)