I kept getting this build error:
step 6/7
...
go build golang.org/x/sys/internal/unsafeheader: module requires Go 1.12
ERROR: Service 'go-docker-image' failed to build: The command '/bin/sh -c go get
github.com/githubnemo/CompileDaemon' returned a non-zero code: 1
I changed the Dockerfile from golang:latest to golang:1.2 and it did the trick.
(maybe you could correct this in your repo for others)
Any idea on Golang 1.14 support?
(Seems to be the issue for me anyways)
Good day,
I followed the Tut at https://levelup.gitconnected.com/docker-for-go-development-a27141f36ba9 great work... Thanks.
I kept getting this build error: step 6/7 ... go build golang.org/x/sys/internal/unsafeheader: module requires Go 1.12 ERROR: Service 'go-docker-image' failed to build: The command '/bin/sh -c go get github.com/githubnemo/CompileDaemon' returned a non-zero code: 1
I changed the Dockerfile from golang:latest to golang:1.2 and it did the trick. (maybe you could correct this in your repo for others)
Any idea on Golang 1.14 support? (Seems to be the issue for me anyways)
Thanks again in advance. JP