From 95bab7d237e56d32f8c1fc08ee4e0c57de3bbd27 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:39:51 +0200 Subject: [PATCH] Update Golang version --- sh/debian/configure.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index 74629747..54d9ac53 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -141,9 +141,9 @@ dpkg -i ripgrep_12.0.1_amd64.deb rm ripgrep_12.0.1_amd64.deb # Go -wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz -tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz -rm go1.14.4.linux-amd64.tar.gz +wget https://dl.google.com/go/go1.15.linux-amd64.tar.gz +tar -C /usr/local -xzf go1.15.linux-amd64.tar.gz +rm go1.15.linux-amd64.tar.gz echo 'export PATH=$PATH:/usr/local/go/bin' >> /etc/profile # Netdata