From 6d2ecc2b8a5afda42d8a85fa961373f0e21d2cc2 Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Thu, 2 Nov 2023 07:15:15 -0600 Subject: [PATCH] Restore previous Go SDK install command (#1058) Now that I know why. The additional context to do go get in a project directory doesn't fit in the format of this page, but it's in the Quickstart update. --- source/developers/minio-drivers.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/developers/minio-drivers.rst b/source/developers/minio-drivers.rst index d9781e1d..4d1ebf59 100644 --- a/source/developers/minio-drivers.rst +++ b/source/developers/minio-drivers.rst @@ -34,10 +34,11 @@ Quickstart Guide: :doc:`/developers/go/minio-go` Reference: :doc:`/developers/go/API` Download from GitHub + .. code-block:: shell :class: copyable - go install github.com/minio/minio-go/v7@latest + go get github.com/minio/minio-go/v7 .. _python-sdk: