Skip to content

Commit 8b5397f

Browse files
authored
Update golangci-lint-action (#2694)
1 parent 1520a3d commit 8b5397f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/checkout@v3
2727

2828
- name: golangci-lint ${{ matrix.working-directory }}
29-
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 #v3.4.0
29+
uses: golangci/golangci-lint-action@v3
3030
with:
31-
version: v1.50.1
31+
version: latest
3232
working-directory: ${{ matrix.working-directory}}
3333
args: --verbose

0 commit comments

Comments
 (0)