From 4813faf76fd0e42c6f62c93c648e2439a75f2968 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Fri, 30 Aug 2024 11:27:56 +0100 Subject: [PATCH] Makefile: Pin github.com/dell/goscaleio@v1.15.0 Until pending testing on the new version is completed. Signed-off-by: Thomas Parrott --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5450ebb446bc..833d03746e3b 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,7 @@ ifneq "$(LXD_OFFLINE)" "" exit 1 endif go get -t -v -d -u ./... + go get github.com/dell/goscaleio@v1.15.0 # Due to pending testing of newer version go get github.com/gorilla/websocket@v1.5.1 # Due to riscv64 crashes in LP go mod tidy -go=$(GOMIN)