From 418129d564ee6e255ef5e5ddc7e64880c0fc0a3f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 29 Jul 2022 12:08:21 -0400 Subject: [PATCH] Update Go version info on building page (#2304) --- website/content/docs/oss/developing/building.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/docs/oss/developing/building.mdx b/website/content/docs/oss/developing/building.mdx index b23a134959..c973c5f27d 100644 --- a/website/content/docs/oss/developing/building.mdx +++ b/website/content/docs/oss/developing/building.mdx @@ -8,7 +8,10 @@ description: Building Boundary Building Boundary from source requires: -- [Go](https://golang.org/dl/) 1.14 or greater. (Note that HashiCorp currently develops against Go 1.15.) +- [Go](https://golang.org/dl/). Boundary developers keep current with new + releases of Go in order to take advantage of new features and to ensure that + security issues within Go are addressed. If building Boundary yourself, always + use the latest version and keep current. - `make` installed - [Docker](https://docs.docker.com/get-docker/) installed - Basic development environment (git, xcode if you're on Mac, etc)