Update go version in install script

This commit is contained in:
Matthias Bilger 2022-10-26 18:27:08 +02:00 committed by GitHub
parent c6e064959c
commit aac0c7e41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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