Error while trying to build
Closed this issue · 2 comments
MostHated commented
Hey there,
Not sure if this is something you can even do anything about, but I wanted to point it out. I tried to run the demos and got the following:
go: downloading github.com/BurntSushi/xgb v0.0.0-20160522221800-27f122750802
build command-line-arguments: cannot load github.com/BurntSushi/xgb: github.com/BurntSushi/xgb@v0.0.0-20160522221800-27f122750802: reading https://proxy.golang.org/github.com/%21burnt%21sushi/xgb/@v/v0.0.0-20160522221800-27f122750802.zip: 400 Bad Request
Thanks,
-MH
aarzilli commented
This is with go1.13beta1 right? I suspect it will work if you disable the proxy with export GOPROXY=
bcmills commented
See https://tip.golang.org/doc/go1.13#version-validation.
$ gotip version
go version devel +13327f21 Sat Jul 6 13:25:59 2019 +0000 linux/amd64
$ GO111MODULE=on GOPROXY=direct gotip get github.com/BurntSushi/xgb@v0.0.0-20160522221800-27f122750802
go: finding github.com/BurntSushi/xgb v0.0.0-20160522221800-27f122750802
go get github.com/BurntSushi/xgb@v0.0.0-20160522221800-27f122750802: github.com/BurntSushi/xgb@v0.0.0-20160522221800-27f122750802: invalid pseudo-version: does not match version-control timestamp (2016-05-22T18:18:43Z)