From d0f4ad9e2dcded6d913d7012bf6fb1af323df6aa Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Wed, 3 Jun 2020 09:57:56 -0700 Subject: [PATCH] update go version in docs to 1.14 --- docs/development/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build.md b/docs/development/build.md index fb5cdfaf..1575764b 100644 --- a/docs/development/build.md +++ b/docs/development/build.md @@ -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.11 to build. +**Note**: cAdvisor requires Go 1.14 to build. After setting up Go, you should be able to `go get` cAdvisor as expected (we use `-d` to only download):