Skip to content

Commit

Permalink
skip Go pkg cache since setup-go manages it
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez committed Sep 14, 2023
1 parent fe3fa04 commit 0f287c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.48
args: --timeout=5m --modules-download-mode=mod
skip-pkg-cache: true

0 comments on commit 0f287c5

Please sign in to comment.