diff --git a/scripts/install_go.sh b/scripts/install_go.sh index 9036bc8..0be8984 100755 --- a/scripts/install_go.sh +++ b/scripts/install_go.sh @@ -1,6 +1,6 @@ #!/bin/bash -export VERSION=1.15 OS=linux ARCH=amd64 +export VERSION=1.19 OS=linux ARCH=amd64 curl -O https://dl.google.com/go/go$VERSION.$OS-$ARCH.tar.gz tar -C /usr/local -xzvf go$VERSION.$OS-$ARCH.tar.gz