From 4dea94791d1454dd3baf317cc2ef463bb9323385 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 28 Sep 2017 11:53:01 +0200 Subject: [PATCH] changelog: add note about using golang 1.9 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc7d30b688..1b2d1f528c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ * **Dataproxy**: Allow grafan to renegotiate tls connection [#9250](https://github.com/grafana/grafana/issues/9250) * **HTTP**: set net.Dialer.DualStack to true for all http clients [#9367](https://github.com/grafana/grafana/pull/9367) +## Tech +* **Go**: Grafana is now built using golang 1.9 + # 4.5.2 (2017-09-22) ## Fixes