Makefile: Cleanup gomod update

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2024-05-03 21:43:54 -04:00
parent 5529ef8f4c
commit 2953ae2511
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -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