Makefile: Pin rpc2 version due to OVN issue

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2024-02-11 22:00:27 -05:00
parent 01580684eb
commit c1ffb46859
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -94,6 +94,7 @@ 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