TritonDataCenter / triton-kubernetes

Kubernetes on Triton
Mozilla Public License 2.0
183 stars 43 forks source link

Freshly new install fails #163

Open ximbal opened 4 years ago

ximbal commented 4 years ago

I've tried this:

$go get -u github.com/joyent/triton-kubernetes

runtime

/usr/local/go/src/runtime/stubs_x86.go:10:6: stackcheck redeclared in this block previous declaration at /usr/local/go/src/runtime/stubs_amd64x.go:10:6 /usr/local/go/src/runtime/unaligned1.go:11:6: readUnaligned32 redeclared in this block previous declaration at /usr/local/go/src/runtime/alg.go:321:40 /usr/local/go/src/runtime/unaligned1.go:15:6: readUnaligned64 redeclared in this block previous declaration at /usr/local/go/src/runtime/alg.go:329:40

$go version go version go1.13.4 linux/amd64

Is there a specific go version required?