Hi,
After i upgraded my go version from 1.8 to 1.9 i am getting this following error while i trying to get some 3rd dependencies to my project using go get -u command :
github.com/heroku/go-getting-started/vendor/github.com/mattn/go-colorable
flag provided but not defined: -goversion
usage: compile [options] file.go…
-% debug non-static initializers
-+ compiling runtime
-B disable bounds checking
-D path
set relative path for local import
Why am i getting this error ?