Skip to content

Commit

Permalink
Makefile: Pin some dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
(cherry picked from commit b2035d0)
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
stgraber authored and simondeziel committed Jul 5, 2024
1 parent feadea1 commit 06fe2ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ ifneq "$(LXD_OFFLINE)" ""
exit 1
endif
go get -t -v -d -u ./...

# Manual fixups
go get github.com/mdlayher/[email protected]
go get github.com/canonical/dqlite@HEAD

go mod tidy
@echo "Dependencies updated"

Expand Down

0 comments on commit 06fe2ca

Please sign in to comment.