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
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
RT, If I link the soft link use ln -s the xgo run go get timeout, like this get https://proxy.golang.org/github.com/go-xorm/xorm/@v/v0.7.9.mod: Get https://proxy.golang.org/github.com/go-xorm/xorm/@v/v0.7.9.mod: net/http: TLS handshake timeout
but I use the go mod and create vendor path in project path, and I want build mod use project path vendor, maybe not success xgo -v -x \ -image=dockerhub.deepglint.com/golang/karalabe/xgo-latest:latest \ -targets=linux/arm64 \ -buildmode=vendor \ .
What should I do?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
RT, If I link the soft link use
ln -s
the xgo rungo get
timeout, like thisget https://proxy.golang.org/github.com/go-xorm/xorm/@v/v0.7.9.mod: Get https://proxy.golang.org/github.com/go-xorm/xorm/@v/v0.7.9.mod: net/http: TLS handshake timeout
but I use the
go mod
and create vendor path in project path, and I want build mod use project path vendor, maybe not successxgo -v -x \ -image=dockerhub.deepglint.com/golang/karalabe/xgo-latest:latest \ -targets=linux/arm64 \ -buildmode=vendor \ .
What should I do?
The text was updated successfully, but these errors were encountered: