Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Don't use built-in caching in setup-go action #1678

Merged
merged 1 commit into from Jul 6, 2023

Conversation

haines
Copy link
Member

@haines haines commented Jul 6, 2023

When we upgraded to setup-go v4, caching was turned on by default. We don't need it because we manage the cache manually.

Signed-off-by: Andrew Haines <haines@cerbos.dev>
@codecov
Copy link

codecov bot commented Jul 6, 2023

Codecov Report

Merging #1678 (4e25a54) into main (beb3a65) will increase coverage by 0.07%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1678      +/-   ##
==========================================
+ Coverage   53.06%   53.14%   +0.07%     
==========================================
  Files         132      125       -7     
  Lines       15409    14873     -536     
==========================================
- Hits         8177     7904     -273     
+ Misses       6518     6293     -225     
+ Partials      714      676      -38     
Impacted Files Coverage Δ
internal/policy/policy.go 35.11% <ø> (ø)

... and 11 files with indirect coverage changes

@haines haines merged commit ad00877 into cerbos:main Jul 6, 2023
19 checks passed
@haines haines deleted the stop-double-caching branch July 7, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants