Skip to content

Commit

Permalink
🧹 Disable Go Caching (#1133)
Browse files Browse the repository at this point in the history
Caching has been slow and unreliable on upload and download. Lets
disable it.

Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr authored Apr 4, 2023
1 parent ba126fa commit 4af00d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false

- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false

- name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
Expand Down

0 comments on commit 4af00d7

Please sign in to comment.