Skip to content

Commit

Permalink
no cache in setup-go
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
  • Loading branch information
ramonpetgrave64 committed Jan 18, 2024
1 parent 5f72541 commit 9402196
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
cache: false

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-submit.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
cach: false

- name: Save event name
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-submit.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v5.0.0
with:
go-version-file: "__THIS_REPO__/go.mod"
cache: false

- name: Build verifier at HEAD
working-directory: __THIS_REPO__
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-submit.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
cache: false
- uses: golangci/golangci-lint-action@v3
name: golangci-lint
with:
Expand Down

0 comments on commit 9402196

Please sign in to comment.