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: remove actions/cache duplicated behavior with actions/setup-go #658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmorel-35
Copy link

Description

~/go/pkg/mod caching defined in actions/cache is a duplication of the default cache behavior of actions/setup-go.

This removes this duplication.

@mmorel-35 mmorel-35 requested a review from a team as a code owner December 30, 2024 06:52
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.38%. Comparing base (8849c3f) to head (2411f9d).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #658      +/-   ##
==========================================
+ Coverage   54.26%   54.38%   +0.11%     
==========================================
  Files          64       64              
  Lines        6164     6270     +106     
==========================================
+ Hits         3345     3410      +65     
- Misses       2549     2585      +36     
- Partials      270      275       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant