Browse Source

docs(build): update required go version to 1.7

bergquist 9 years ago
parent
commit
a95808a7c3
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 1
      build.go
  3. 1 1
      docs/sources/project/building_from_source.md

+ 1 - 1
README.md

@@ -78,7 +78,7 @@ the latest master builds [here](http://grafana.org/download/builds)
 
 
 ### Dependencies
 ### Dependencies
 
 
-- Go 1.6.2
+- Go 1.7
 - NodeJS v4+
 - NodeJS v4+
 
 
 ### Get Code
 ### Get Code

+ 1 - 1
build.go

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

+ 1 - 1
docs/sources/project/building_from_source.md

@@ -11,7 +11,7 @@ dev environment. Grafana ships with its own required backend server; also comple
 
 
 ## Dependencies
 ## Dependencies
 
 
-- [Go 1.6](https://golang.org/dl/)
+- [Go 1.7](https://golang.org/dl/)
 - [NodeJS](https://nodejs.org/download/)
 - [NodeJS](https://nodejs.org/download/)
 
 
 ## Get Code
 ## Get Code