Skip to content

Commit

Permalink
[ci] Disable caching for setup-go
Browse files Browse the repository at this point in the history
setup-go is warning because it can't find go.sum, which we don't have.
  • Loading branch information
rzblue committed Nov 1, 2024
1 parent f03e0cd commit 30587d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
- name: Set up Go 1.15.x
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.15.x
id: go

Expand Down

0 comments on commit 30587d2

Please sign in to comment.