Skip to content

Commit 528e074

Browse files
committed
ci: upgrade golangci-lint GitHub Action to v2.1
- Update golangci-lint action to use version v2.1 instead of v2.0 in the GitHub Actions workflow Signed-off-by: appleboy <[email protected]>
1 parent db4474d commit 528e074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup golangci-lint
3434
uses: golangci/golangci-lint-action@v8
3535
with:
36-
version: v2.0
36+
version: v2.1
3737
args: --verbose
3838

3939
- name: Bearer

0 commit comments

Comments
 (0)