Skip to content

Commit aa2d098

Browse files
author
alxbxbx
committed
Upgrade golangci-lint-action from 6.12 to 8
1 parent 971d69a commit aa2d098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
2929
if: github.repository == 'prometheus/snmp_exporter'
3030
- name: Lint
31-
uses: golangci/golangci-lint-action@v6.12.0
31+
uses: golangci/golangci-lint-action@v8
3232
with:
33-
version: v1.60.3
33+
version: v2.4.0

0 commit comments

Comments
 (0)