Skip to content

Commit

Permalink
skip-pkg-cache and skip-build-cache omitted from golangci-lint@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Apr 27, 2024
1 parent 1ed1858 commit a019ab4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,3 @@ jobs:

# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true

# Optional: if set to true then the action don't cache or restore ~/go/pkg.
skip-pkg-cache: true

# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
skip-build-cache: true

0 comments on commit a019ab4

Please sign in to comment.