We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Enable Go modules as a default
Update the templates to use GO111MODULE=on as a default
Then clarify in the docs or the README here how to turn it off, for those who need to vendor private code.
Test end to end to show that the build arg to turn off modules still works
Show output that also shows the default is working without additional settings.
The text was updated successfully, but these errors were encountered:
/add label: good first issue, help wanted
Sorry, something went wrong.
i will work on that, expected to have a pr by the end of the week
Thanks Carlos
cpanato
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Description
Enable Go modules as a default
Update the templates to use GO111MODULE=on as a default
Then clarify in the docs or the README here how to turn it off, for those who need to vendor private code.
Testing
Test end to end to show that the build arg to turn off modules still works
Show output that also shows the default is working without additional settings.
The text was updated successfully, but these errors were encountered: