I'm trying to install fluxctl using brew but got the following error:
go: downloading golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
go: extracting golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
build github.com/weaveworks/flux/cmd/fluxctl: cannot load github.com/docker/distribution: reading https://proxy.golang.org/github.com/2opremio/distribution/@v/v0.0.0-20190419185413-6c9727e5e5de.zip: 400 Bad Request
Also, I tried to: 1) uninstall go and then install the updated version "1.12.6" but still got the same error. 2) brew update & brew doctor
P.S.using WSL (windows 10)