Skip to content

Commit

Permalink
Disable cache on setup-go@v5 for consistency with prior behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 8, 2024
1 parent 03aba64 commit 6a4de1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
go-version-file: './go.mod'
check-latest: true
cache: false
- name: install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: actionlint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
go-version-file: './go.mod'
check-latest: true
cache: false
id: go

# use bash, because the powershell syntax is different and this is a cross platform workflow
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
go-version-file: './go.mod'
check-latest: true
cache: false

- run: make deps

Expand Down

0 comments on commit 6a4de1c

Please sign in to comment.