Commit 3e6fa500 authored by Jérome Perrin's avatar Jérome Perrin

software/grafana: version ups: golang 1.17 grafana v8.2.3

( grafana tag looks bizarre in git describe for some reason )
parent 2cc00576
......@@ -29,12 +29,11 @@ part = python3
[yarn]
<= yarn-1.22.10
[go_github.com_grafana_grafana]
<= go-git-package
go.importpath = github.com/grafana/grafana
repository = https://github.com/grafana/grafana
revision = v7.5.2-0-gca413c612f
revision = v8.2.2-11-gfb85ed6912
[go_github.com_grafana_loki]
<= go-git-package
......@@ -90,6 +89,7 @@ command = bash -c "
. ${gowork:env.sh} &&
# Unlike the loki, grafana _needs_ CGO_ENABLED, so we override here
export CGO_ENABLED=1 &&
make gen-go && \
go run build.go setup && \
go run build.go build && \
${yarn:location}/bin/yarn install --pure-lockfile && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment