Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork166
Remove Setup-Go#403
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Remove Setup-Go#403
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: Steve Coffman <steve@khanacademy.org>
Signed-off-by: Steve Coffman <steve@khanacademy.org>
Thank you very much for this PR, it looks good to me. Just one note: please update all examples in readme, add the go installation step. I need few day for testing. |
great |
SVilgelm left a comment• edited by StevenACoffman
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by StevenACoffman
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
- add go installation step in all examples in the README.md file
- remove skip-go-installation option from action.yml and from README.md files
- Add a note in the readme that v3 requires explicit go installation step
Here is the PR I use for testing the changes for this action:sv-tools/mongoifc#49 |
Signed-off-by: Steve Coffman <steve@khanacademy.org>
StevenACoffman commentedFeb 24, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I think I have now corrected the references you mention, but please let me know if additional references to setup-go are present, or if I should make any further edits. |
magnetikonline commentedMar 9, 2022
Thanks for doing this work@StevenACoffman - great to see it finally in the new |
Uh oh!
There was an error while loading.Please reload this page.
Per discussion in#365, this removes
setup-go
dep.Until this PR is landed, we are stuck and unable to upgrade any dependencies, fix any vulns, due to the inability to build the
setup-go
package.So now we remove it and then we will need to explicitly install go, like:
Of course, it will then require us to bump v3, but I imagine there are further documentation changes required so I am not doing that in this PR.
Signed-off-by: Steve Coffmansteve@khanacademy.org