Commit 000eb669 by bergquist

tech(build): change min go version to 1.6

parent 7ddd625e
......@@ -78,7 +78,7 @@ the latest master builds [here](http://grafana.org/download/builds)
### Dependencies
- Go 1.5
- Go 1.6
- NodeJS v4+
- [Godep](https://github.com/tools/godep)
......
......@@ -34,7 +34,7 @@ var (
binaries []string = []string{"grafana-server", "grafana-cli"}
)
const minGoVersion = 1.3
const minGoVersion = 1.6
func main() {
log.SetOutput(os.Stdout)
......
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