Skip to content

Commit

Permalink
[ci] bumo golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Apr 28, 2024
1 parent 199c3a1 commit 0ce9826
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,9 @@ jobs:
git diff --quiet
- name: Go Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: latest
# unfortunately the package cache is creating lots of errors/warnings right now
# for details: https://github.com/golangci/golangci-lint-action/issues/677
skip-pkg-cache: true

- name: Run tests
run: |
Expand Down

0 comments on commit 0ce9826

Please sign in to comment.