From 2b9f2a7ee169296bcd8466cc9f911b715bf44cdb Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Thu, 8 Jun 2023 12:03:18 +0100 Subject: [PATCH] Update Go version (#326) --- README.md | 2 +- hugo/content/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1995568ae..9aeccb5fa 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Follow steps in the [Installation](#installation) section to download, install, Using your preferred method, clone the NGINX Agent repository into your development directory. See [Cloning a GitHub Repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) for additional help. ## Installing Go -NGINX Agent and the Mock Control Plane are written in Go. Go 1.19 or higher is required to build and run either application from the source code directory. You can [download Go from the official website](https://go.dev/dl/). +NGINX Agent and the Mock Control Plane are written in Go. Go 1.19.9 or higher is required to build and run either application from the source code directory. You can [download Go from the official website](https://go.dev/dl/). ## Starting the gRPC Mock Control Plane Start the mock control plane by running the following command from the `agent` source code root directory: diff --git a/hugo/content/getting-started.md b/hugo/content/getting-started.md index 863ed189c..2f141b2a3 100644 --- a/hugo/content/getting-started.md +++ b/hugo/content/getting-started.md @@ -22,7 +22,7 @@ Using your preferred method, clone the NGINX Agent repository into your developm ## Install Go -NGINX Agent and the Mock Control Plane are written in Go. Go 1.19 or higher is required to build and run either application from the source code directory. You can [download Go from the official website](https://go.dev/dl/). +NGINX Agent and the Mock Control Plane are written in Go. Go 1.19.9 or higher is required to build and run either application from the source code directory. You can [download Go from the official website](https://go.dev/dl/). ## Start the gRPC Mock Control Plane