Skip to content

Commit

Permalink
Update docs - go 1.7 needed for building
Browse files Browse the repository at this point in the history
The project uses the built-in `context` package introduced in go 1.7 - update the docs to reflect that.
  • Loading branch information
mavidser authored Apr 14, 2018
1 parent 8578a54 commit d037716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cAdvisor is written in the [Go](http://golang.org) programming language. If you haven't set up a Go development environment, please follow [these instructions](http://golang.org/doc/code.html) to install go tool and set up GOPATH. Note that the version of Go in package repositories of some operating systems is outdated, so please [download](https://golang.org/dl/) the latest version.

**Note**: cAdvisor requires Go 1.6 to build.
**Note**: cAdvisor requires Go 1.7 to build.

After setting up Go, you should be able to `go get` cAdvisor as expected (we use `-d` to only download):

Expand Down

0 comments on commit d037716

Please sign in to comment.