Skip to content

Commit

Permalink
remove golangci-lint version pinning
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim An <maksiman@microsoft.com>
  • Loading branch information
anmaxvl committed Feb 27, 2025
1 parent bba2e48 commit bcab197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64
args: >-
--verbose
--max-issues-per-linter=0
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ issues:
- path: layer.go
linters:
- stylecheck
Text: "ST1003:"
text: "ST1003:"

- path: hcsshim.go
linters:
- stylecheck
Text: "ST1003:"
text: "ST1003:"

- path: cmd\\ncproxy\\nodenetsvc\\
linters:
Expand Down

0 comments on commit bcab197

Please sign in to comment.