Skip to content

Commit

Permalink
Remove golangci-lint parameters which are unsupported (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksamoray authored Jan 16, 2025
1 parent 3c12bfb commit 8450240
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: 'go.mod'
cache: true
cache: false
- run: go mod download
- run: go build -v .
- name: Run Linters
Expand All @@ -32,5 +32,3 @@ jobs:
version: v1.62.0
args: --issues-exit-code=1 --timeout 10m
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true

0 comments on commit 8450240

Please sign in to comment.