We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7472b3f commit 759a197Copy full SHA for 759a197
.github/workflows/golangci-lint.yml
@@ -25,6 +25,6 @@ jobs:
25
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
26
if: github.repository == 'prometheus/snmp_exporter'
27
- name: Lint
28
- uses: golangci/golangci-lint-action@v6.1.0
+ uses: golangci/golangci-lint-action@v6.4.1
29
with:
30
version: v1.54
0 commit comments