Skip to content

Commit

Permalink
snapcraft: Drop deprecated go get -d flag
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Nov 20, 2024
1 parent fe67884 commit 8fad69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fad69b

Please sign in to comment.