summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorIlya Mashchenko <ilyamaschenko@gmail.com>2019-05-23 20:02:11 +0900
committerGitHub <noreply@github.com>2019-05-23 20:02:11 +0900
commiteec8f3f822d15b4d60b895921d647b6bc96d4141 (patch)
tree83f14c7bd7c188a9f049d1d9ea0b1140b8edea44 /netdata-installer.sh
parentcf718fc8bfa5cc1997e083891fc72bedb9c7cba2 (diff)
update go.d version and checksums (#6097)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 24e8fdf3b8..63910bda0e 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -755,7 +755,7 @@ fi
install_go() {
# When updating this value, ensure correct checksums in packaging/go.d.checksums
- GO_PACKAGE_VERSION="v0.5.0"
+ GO_PACKAGE_VERSION="v0.6.0"
ARCH_MAP=(
'i386::386'
'i686::386'