Skip to content

Commit 8a33b63

Browse files
committed
ci: update golangci-lint to v2.1 in GitHub Actions workflow
- Update golangci-lint GitHub Action to use version v8 - Bump golangci-lint version from v2.0 to v2.1 Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 44d4e36 commit 8a33b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.ref }}
2727

2828
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v7
29+
uses: golangci/golangci-lint-action@v8
3030
with:
31-
version: v2.0
31+
version: v2.1
3232
args: --verbose

0 commit comments

Comments
 (0)