-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin down LXD and use dqlite LTS for microcluster (#464)
This PR makes sure we always only pull the LXD dependency from `@stable-5.21` and use microcluster `v2.0.5` which contains the dqlite LTS.
- Loading branch information
Showing
3 changed files
with
57 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ ifeq "$(GOCOVERDIR)" "" | |
else | ||
go install -tags=agent -v -cover ./cmd/microcloud | ||
go install -tags=agent -v -cover ./cmd/microcloudd | ||
endif | ||
endif | ||
|
||
# Testing targets. | ||
.PHONY: check | ||
|
@@ -46,7 +46,11 @@ endif | |
# Update targets. | ||
.PHONY: update-gomod | ||
update-gomod: | ||
go get -u ./... | ||
go get -t -v -u ./... | ||
|
||
# Static pins | ||
go get github.com/canonical/[email protected] # Stay on v2 dqlite and LXD LTS client | ||
|
||
go mod tidy -go=$(GOMIN) | ||
|
||
# Update lxd-generate generated database helpers. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.