diff --git a/Makefile b/Makefile index 7e073c5261bb..ea7a05099205 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ endif go get -t -v -d -u ./... go get github.com/mdlayher/socket@v0.4.1 # https://github.com/minio/minio-go/issues/1931 - go get github.com/minio/minio-go@v7.0.66 + go mod edit -exclude github.com/minio/minio-go@v7.0.67+incompatible go mod tidy --go=1.19 go get toolchain@none