Skip to content

Commit 76a55b2

Browse files
committed
ci: update golangci-lint-action to version 7 with specific v2.0
- Update golangci-lint-action from v6 to v7 - Specify version v2.0 for golangci-lint-action Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 932b950 commit 76a55b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121
- name: Setup golangci-lint
22-
uses: golangci/golangci-lint-action@v6
22+
uses: golangci/golangci-lint-action@v7
2323
with:
24+
version: v2.0
2425
args: --verbose
2526
test:
2627
strategy:

0 commit comments

Comments
 (0)