Skip to content

Commit

Permalink
try skipping the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Aug 23, 2023
1 parent ca4f034 commit 736f04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.54.2
args: --timeout 3m0s --verbose --modules-download-mode readonly
skip-cache: true

- name: Run staticcheck # see: staticcheck.io
uses: dominikh/[email protected]
Expand Down

0 comments on commit 736f04f

Please sign in to comment.