gpup icon indicating copy to clipboard operation
gpup copied to clipboard

unable to compile

Open markusgerber76 opened this issue 5 years ago • 1 comments

: cannot find package "context" in any of: Trying to compile leads to errors in context. What is your dev environment? I am using go version go1.6.2 linux/amd64 in ubuntu xenial

markusgerber76 avatar May 08 '19 12:05 markusgerber76

You need to build on Go 1.7 or later since context is available as https://golang.org/doc/go1.7#context.

The released binaries are built on Go 1.11.

int128 avatar May 08 '19 13:05 int128