Sergey Dolin

Results 92 comments of Sergey Dolin

Thank you @lzap , i've got your point and now i see why @actions/restore is not the adequate replacement of `lookup-only` input. I'll start to propose the feature.

The check has failed https://github.com/actions/setup-go/actions/runs/5821942042/job/15811878197?pr=410 because the PR should wait till the 1.21 has been deployed to the runners.

I checked the default go is not 21 yet

Hello @shueybubbles , thanks for the notifying us - we're going to address this issue in the near future.

Hello @shueybubbles , I do not think it makes sense to provide Microsoft Go Tools as a part of the action because the main purpose of microsoft/go [is to build...

Hello @plukevdh , thank you for your contribution, but i would ask you to review this PR as well https://github.com/actions/setup-go/pull/402 - do you see any drawbacks of using the existing...

Hello @plukevdh , thank you for assistance to make a choice between #402 and #376, but i'll keep this issue open till #402 will have been merged

Hello @WillAbides , we are starting to review the PR

Hello @myitcv , maybe it is better to use `go` prefix as an indicator of go versioning instead of adding special prefix to indicate semver versioning? This way we can...

Hello, the cached directories by default are the those [that are](https://github.com/actions/setup-go/blob/main/src/package-managers.ts#L13) outputs of `go env GOMODCACHE` and `go env GOCACHE` The cache invalidates if any of the files in the...