summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2019-06-24 11:15:25 +0300
committerGitHub <noreply@github.com>2019-06-24 11:15:25 +0300
commit982c2cf1b065f7de373201700359a4db6c2167ee (patch)
treeae18d573a5057a29f8f80c49394e1ceef2189c8c /netdata-installer.sh
parenta05dec93681fc018300c10c3c6dc547dd234aaba (diff)
installer: include go.d.plugin version v0.7.0 (#6328)
* update go.d plugin checksums * update go.d plugin version to 0.7.0
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 2425e8406c..a0c3f828a4 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -773,7 +773,7 @@ fi
install_go() {
# When updating this value, ensure correct checksums in packaging/go.d.checksums
- GO_PACKAGE_VERSION="v0.6.1"
+ GO_PACKAGE_VERSION="v0.7.0"
ARCH_MAP=(
'i386::386'
'i686::386'