$ GO111MODULE=on go get github.com/openshift/source-to-image/cmd/s2i
go: found github.com/openshift/source-to-image/cmd/s2i in github.com/openshift/source-to-image v1.3.0
go get: github.com/openshift/source-to-image@v1.3.0 requires
github.com/docker/docker@v1.14.0-0.20190319215453-e7b5f7dbe98c: invalid pseudo-version: version before v1.14.0 would have negative patch number
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/rskolasinski/.cache/go-build"
GOENV="/home/rskolasinski/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/rskolasinski/.asdf/installs/golang/1.14.6/packages"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/home/rskolasinski/.asdf/installs/golang/1.14.6/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/home/rskolasinski/.asdf/installs/golang/1.14.6/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build138966615=/tmp/go-build -gno-record-gcc-switches"
Please reopen this issue as there was no clear fix for this yet.
I am getting this issue also
Ah - need to review this, as we that guidance was written before go modules.