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
Various issues suggest that using the -i build flag is no longer necessary - e.g. golang/go#37962 (comment). Further, there is a pending issue that will deprecate the flag in go1.16, removing it in 1.17: golang/go#41696.
Would it be possible to remove that build flag to make the out-of-the-box experience with bingo get smoother?
For now I have worked around the issue with chown -R <user> /usr/local/go (or wherever the installation lives).
Various issues suggest that using the
-i
build flag is no longer necessary - e.g. golang/go#37962 (comment). Further, there is a pending issue that will deprecate the flag in go1.16, removing it in 1.17: golang/go#41696.Would it be possible to remove that build flag to make the out-of-the-box experience with
bingo get
smoother?For now I have worked around the issue with
chown -R <user> /usr/local/go
(or wherever the installation lives).https://github.com/bwplotka/bingo/blob/master/pkg/runner/runner.go#L212
The text was updated successfully, but these errors were encountered: