Skip to content

Commit 2004216

Browse files
committed
Bump golangci/golangci-lint-action from 6 to 8
All lint-actions after 6 require you to use lint version 2+.
1 parent 86d627e commit 2004216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
GO_VERSION: v1.23.6
15-
GOLANGCI_LINT_VERSION: v1.60.1
15+
GOLANGCI_LINT_VERSION: v2.1
1616

1717
jobs:
1818
golangci:
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
go-version: ${{ env.GO_VERSION }}
2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v6
27+
uses: golangci/golangci-lint-action@v8
2828
with:
2929
version: ${{ env.GOLANGCI_LINT_VERSION }}
3030
args: --verbose

0 commit comments

Comments
 (0)