tech(build): change min go version to 1.6

This commit is contained in:
bergquist 2016-09-01 08:13:48 +02:00
parent 7ddd625e9d
commit 000eb669df
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ the latest master builds [here](http://grafana.org/download/builds)
### Dependencies ### Dependencies
- Go 1.5 - Go 1.6
- NodeJS v4+ - NodeJS v4+
- [Godep](https://github.com/tools/godep) - [Godep](https://github.com/tools/godep)

View File

@ -34,7 +34,7 @@ var (
binaries []string = []string{"grafana-server", "grafana-cli"} binaries []string = []string{"grafana-server", "grafana-cli"}
) )
const minGoVersion = 1.3 const minGoVersion = 1.6
func main() { func main() {
log.SetOutput(os.Stdout) log.SetOutput(os.Stdout)