cmd/go: go install complains that GOBIN is not set when GOBIN is, in fact, set #21115
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.8.3 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
I ran
go install
in a Dockerfile. GOBIN is set to/usr/local/bin
, as evinced by:What did you expect to see?
I expected
go install
to put binaries in /usr/local/binWhat did you see instead?
The text was updated successfully, but these errors were encountered: