summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorIlya Mashchenko <ilyamaschenko@gmail.com>2019-05-17 00:29:50 +0300
committerGitHub <noreply@github.com>2019-05-17 00:29:50 +0300
commitbd9420019a584033694143816e583c978e226353 (patch)
tree7ebf69b3404a8d6e4153a12485c3e5deb579dc34 /netdata-installer.sh
parent110797a60d10f277c4a6cd0c838ca084f71f1134 (diff)
installer: include go.d.plugin version v0.5.0 (#6025)
* update go.d checksums * bump version
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 3328053a80..88fcd75620 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -750,7 +750,7 @@ fi
install_go() {
# When updating this value, ensure correct checksums in packaging/go.d.checksums
- GO_PACKAGE_VERSION="v0.4.0"
+ GO_PACKAGE_VERSION="v0.5.0"
ARCH_MAP=(
'i386::386'
'i686::386'