Skip to content

Commit

Permalink
chore(ci): Don't use built-in caching in setup-go action (#1678)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines committed Jul 6, 2023
1 parent a527424 commit ad00877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-go/action.yaml
Expand Up @@ -31,6 +31,7 @@ runs:
uses: actions/setup-go@v4
with:
go-version: 1.20.x
cache: false
check-latest: true

- name: Cache dependencies
Expand Down

0 comments on commit ad00877

Please sign in to comment.