We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System: Ubuntu 20.04.6 LTS
When I attempt to run this:
cd x/examples/ go build -o outline-cli -ldflags="-extldflags=-static" ./outline-cli
This is the output
go: downloading github.com/Jigsaw-Code/outline-sdk v0.0.17-0.20240726212635-470a9290ec57 go: extracting github.com/Jigsaw-Code/outline-sdk v0.0.17-0.20240726212635-470a9290ec57 go: downloading golang.org/x/sys v0.20.0 go: downloading github.com/eycorsican/go-tun2socks v1.16.11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading golang.org/x/net v0.25.0 go: downloading github.com/vishvananda/netlink v1.1.0 go: downloading github.com/shadowsocks/go-shadowsocks2 v0.1.5 go: downloading golang.org/x/crypto v0.23.0 go: extracting github.com/vishvananda/netlink v1.1.0 go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: extracting github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: extracting github.com/shadowsocks/go-shadowsocks2 v0.1.5 go: extracting golang.org/x/sys v0.20.0 go: extracting github.com/eycorsican/go-tun2socks v1.16.11 go: extracting golang.org/x/net v0.25.0 go: extracting golang.org/x/crypto v0.23.0 go: finding github.com/Jigsaw-Code/outline-sdk v0.0.17-0.20240726212635-470a9290ec57 go: finding github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: finding github.com/vishvananda/netlink v1.1.0 go: finding golang.org/x/sys v0.20.0 go: finding golang.org/x/net v0.25.0 go: finding github.com/eycorsican/go-tun2socks v1.16.11 go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df go: finding github.com/shadowsocks/go-shadowsocks2 v0.1.5 go: finding golang.org/x/crypto v0.23.0 build github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli: cannot load net/netip: malformed module path "net/netip": missing dot in first path element
The text was updated successfully, but these errors were encountered:
Can you specify what Go version you have? The CLI requires Go 1.21.
Sorry, something went wrong.
No branches or pull requests
System: Ubuntu 20.04.6 LTS
When I attempt to run this:
This is the output
The text was updated successfully, but these errors were encountered: