From 8fad69be3823531090090847c94fc8e3980cc83a Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Wed, 20 Nov 2024 13:00:43 +0000 Subject: [PATCH] snapcraft: Drop deprecated go get -d flag Signed-off-by: Thomas Parrott --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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