mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
Makefile: Cleanup gomod update
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
5529ef8f4c
commit
2953ae2511
3
Makefile
3
Makefile
@ -94,12 +94,9 @@ ifneq "$(INCUS_OFFLINE)" ""
|
||||
exit 1
|
||||
endif
|
||||
$(GO) get -t -v -d -u ./...
|
||||
$(GO) get github.com/cenkalti/rpc2@v1.0.1
|
||||
$(GO) mod tidy --go=1.21
|
||||
$(GO) get toolchain@none
|
||||
|
||||
cd test/mini-oidc && $(GO) get -t -v -d -u ./...
|
||||
cd test/mini-oidc && $(GO) mod tidy --go=1.21
|
||||
@echo "Dependencies updated"
|
||||
|
||||
.PHONY: update-ovsdb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user