mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
Migrate to go1.13 to avail all new features (#8203)
Read more https://blog.golang.org/go1.13
This commit is contained in:
@@ -32,7 +32,7 @@ rm -f packages-microsoft-prod.deb
|
||||
$APT update
|
||||
|
||||
# download and install golang
|
||||
GO_VERSION="1.12.5"
|
||||
GO_VERSION="1.13"
|
||||
GO_INSTALL_PATH="/usr/local"
|
||||
download_url="https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz"
|
||||
if ! $WGET --output-document=- "$download_url" | tar -C "${GO_INSTALL_PATH}" -zxf -; then
|
||||
|
||||
Reference in New Issue
Block a user