You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error with go get github.com/ibm-messaging/mq-golang-jms20@v1.2.0 through any proxy (gocenter.io, proxy.golang.org)
go version go1.15.2 linux/amd64
GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/root/.cache/go-build"
GOENV="/root/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/root/go/pkg/mod"
GONOPROXY=""
GONOSUMDB="*"
GOOS="linux"
GOPATH="/go"
GOPRIVATE=""
GOPROXY="https://gocenter.io"
GOROOT="/go-1.15.2"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/go-1.15.2/pkg/tool/linux_amd64"
GCCGO="gccgo"
go get -v -u github.com/ibm-messaging/mq-golang-jms20
go build github.com/ibm-messaging/mq-golang-jms20: no non-test Go files in /go/pkg/mod/github.com/ibm-messaging/mq-golang-jms20@v1.2.0
The text was updated successfully, but these errors were encountered:
There doesn't seem to be a "good" way of suppressing this error in the case where there are deliberately not expected to be any non-test Go files in the root of the repo, so I've merged a PR #15 to adopt one of the common workarounds as described at golang/go#29268 (comment)
Please can you give it a try in your scenario and close out the issue if you are happy it resolves the problem, or add a comment if you find it causes unexpected side effects elsewhere.
Error with go get github.com/ibm-messaging/mq-golang-jms20@v1.2.0 through any proxy (gocenter.io, proxy.golang.org)
The text was updated successfully, but these errors were encountered: