Skip to content

Commit e09c9dd

Browse files
committed
chore: pin golangci-lint version for lint action
1 parent ca95e32 commit e09c9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- uses: golangci/golangci-lint-action@v8
2727
with:
2828
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
29-
version: latest
29+
version: v2.1.6
3030
args: --timeout 10m
3131
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)