X/sys/windows: compile error with Go 1.11

Our build have recently started failing in the manner described here: https://github.com/golang/go/issues/34742

The latest Golang version on Travis is “go version go1.11.13 linux/amd64”, and it seems we need at least 1.12.1 Thoughts?

Okay, I guess it’s a misunderstanding on my side, since I believed that when you don’t specify a version, you get the latest :thinking_face:
If I specify, 1.13 it works.