You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, it seems that this action only restores cache if the cache key is matched exactly (go.mod and go.sum haven't changed).
Justification:
Typically, when updating dependencies, only some dependencies will be updated. With current version, it means that whenever a dependency is updated, the cache is not used and therefore all packages must be fetched. In my view, this is suboptimal.
I think there should be a setting to enable this behavior.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered:
Description:
Currently, it seems that this action only restores cache if the cache key is matched exactly (
go.mod
andgo.sum
haven't changed).Justification:
Typically, when updating dependencies, only some dependencies will be updated. With current version, it means that whenever a dependency is updated, the cache is not used and therefore all packages must be fetched. In my view, this is suboptimal.
I think there should be a setting to enable this behavior.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: