What version of Go are you using (go version)?
$ go version
go version go1.12.8 windows/amd64
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (go env)?
windows/amd64
What did you do?
- Set
http_proxy environment variable
git clone https://github.com/weaveworks/eksctl && cd eksctl
go build ./cmd/eksctl
What did you expect to see?
All dependencies get downloaded and binary gets built. If errors occur, there are a few retries with a back-off.
What did you see instead?
Some dependencies get downloaded, some fail to download with 407 error in git fetch. Binary is not built. I had to rerun go build multiple times before it succeeded.
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env)?windows/amd64What did you do?
http_proxyenvironment variablegit clone https://github.com/weaveworks/eksctl && cd eksctlgo build ./cmd/eksctlWhat did you expect to see?
All dependencies get downloaded and binary gets built. If errors occur, there are a few retries with a back-off.
What did you see instead?
Some dependencies get downloaded, some fail to download with 407 error in
git fetch. Binary is not built. I had to rerungo buildmultiple times before it succeeded.