diff --git a/Makefile b/Makefile index daced105a378..7e073c5261bb 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,8 @@ ifneq "$(LXD_OFFLINE)" "" endif go get -t -v -d -u ./... go get github.com/mdlayher/socket@v0.4.1 - go get github.com/minio/minio-go@v7.0.66 # https://github.com/minio/minio-go/issues/1931 + # https://github.com/minio/minio-go/issues/1931 + go get github.com/minio/minio-go@v7.0.66 go mod tidy --go=1.19 go get toolchain@none