summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-08-12 09:55:32 +0300
committerGitHub <noreply@github.com>2019-08-12 09:55:32 +0300
commitaf41a01c1b80ea881c80a30ca89b9d448b42865d (patch)
tree6f0e5fc51011fcea54e72279ee0bf186dcc6c584 /netdata.spec.in
parent423cf22d5647da1d6d326062eed61e4586431f1b (diff)
netdata/packaging: put go.d version in one place (#6557)
* netdata/packaging: [ci skip] Add go.d version to a single place * netdata/packaging: [ci skip] Things are a bit different in debian build, we need to define the path in a different way so pass it from the upper layer * netdata/packaging: [ci skip] Missed to add on the makefile * netdata/packaging: bump go.d version
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index ed139ccb5b..9b2b29a54d 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -322,7 +322,7 @@ download_go() {
install_go() {
# When updating this value, ensure correct checksums in packaging/go.d.checksums
- GO_PACKAGE_VERSION="v0.8.0"
+ GO_PACKAGE_VERSION="$(cat packaging/go.d.version)"
ARCH_MAP=(
'i386::386'
'i686::386'