Skip to content

Commit a8992fc

Browse files
committed
Pin golangci-lint version and explicitly specify config file
- Pin to v1.64.8 (latest stable version) - Explicitly pass --config=.golangci.yml to ensure the action uses our config - This should fix the lint failures in GitHub Actions
1 parent ee5043e commit a8992fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: golangci-lint
7373
uses: golangci/golangci-lint-action@v4
7474
with:
75-
version: latest
76-
args: --timeout=5m
75+
version: v1.64.8
76+
args: --timeout=5m --config=.golangci.yml
7777

7878
format:
7979
name: Format Check

0 commit comments

Comments
 (0)