elsy
elsy copied to clipboard
Build Breaks with Go 1.11
With golang:1.11
the build is breaking during lc test
with:
$ lc test
go test ./command ./helpers ./main ./template
# github.com/cisco/elsy/helpers
helpers/docker-compose.go:175: Debug call has possible formatting directive %q
helpers/docker.go:274: Debugf call needs 1 arg but has 2 args
ok github.com/cisco/elsy/command 0.013s
FAIL github.com/cisco/elsy/helpers [build failed]
ok github.com/cisco/elsy/main 0.012s
ok github.com/cisco/elsy/template 0.006s
ERRO[0010] exit status 2
ERRO[0010] command failed. use --debug to see full stacktrace
exit status 2
golang:1.11
sha at time of writing this:
$ docker pull golang:1.11
1.11: Pulling from library/golang
Digest: sha256:4400859267b8837d7d94d4cf0c85562984ab5159d75413c23eb2f60caac0d4e4
Status: Downloaded newer image for golang:1.11