diff --git a/snapcraft.yaml b/snapcraft.yaml index e7b65930..4200a84d 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1409,7 +1409,7 @@ parts: ln -s "$(pwd)" "${GOPATH}/src/github.com/canonical/lxd" # Download the dependencies - go get -d -v ./... + go get -v ./... override-build: | set -ex