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
go 1.12+ uses the modules system by default unless you explicitly tell it to use the vendor folder. We use the vendor folder for security reasons and it should always be used.
Update docs and scripts to add GOFLAGS=-mod=vendor into the environment or pass -mod=vendor to go run invocations
go 1.12+ uses the modules system by default unless you explicitly tell it to use the vendor folder. We use the vendor folder for security reasons and it should always be used.
Update docs and scripts to add
GOFLAGS=-mod=vendor
into the environment or pass-mod=vendor
togo run
invocationsSee this issue for more info:
golang/go#27227
The text was updated successfully, but these errors were encountered: