Sergey Dolin
Sergey Dolin
The issue is waiting for the merge of the PR https://github.com/actions/setup-go/pull/334
Hello @andig, @ernado The issue relates to the feature request for optional build directory caching https://github.com/actions/setup-actions-team/issues/26 and should be resolved with it. The advantage of (optional) skipping build directory at...
@andig the complex cases like the one you have described should use [@actions/actions-cache ](https://github.com/actions/cache), see the [samples](https://github.com/actions/cache/blob/main/examples.md#go---modules) as starting point
the merging is blocked by https://github.com/actions/setup-go/issues/375#issuecomment-1680164710
Hello @troian > isn't it already implemented in go1.21's `go.mod` as `toolchain` option? i don't think so, because we still have to use the action with the versions prior 1.21...
Hello @ldemailly , thank you for the input we will start review the suggestion in the near future.
Hello @ForsakenHarmony, if i understood your request correctly you need the "restore cache only" action https://github.com/actions/cache/blob/main/restore/README.md Does it solve the problem?
Hello @lzap, you need to disable go caching and use https://github.com/actions/cache/blob/main/restore/README.md
hello @lzap This issue requests new feature "Add option to restore cache only". It won't be implemented because it duplicates the functionality of the existing action: https://github.com/actions/cache/blob/main/restore/README.md You should disable...
Hello @lzap , I understand the motivation to add extra functionality to the basic caching but the request are always denied because their are not intended to copy the whole...