jackwilsdon/go-ppic

Investigate supporting Go 1.11 again

jackwilsdon opened this issue · 1 comments

After removing support for Go 1.11 in dab5093, it would be nice to get it back in some shape or form.

The error we were getting on 1.11 was as follows:

go build golang.org/x/sys/unix: module requires Go 1.12

Is there an older version of golang.org/x/sys/unix we can use that doesn't need Go 1.12?

Go 1.11 is no longer supported as of 1.13 (see Go's release policy on this), so I don't think this needs resolving.