From d28e94b24697d8c75036a5fadd91cfac84b9b75e Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 15 Aug 2023 18:45:53 +0530 Subject: [PATCH] docs: Update Go version references to 1.19 Signed-off-by: Anoop C S --- docs/CONTRIBUTING.md | 2 +- docs/developers-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 80dcd1ca..64f47d9f 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -17,7 +17,7 @@ resources. Development effort takes place using Linux environment and requires at minimum: -1. [Go 1.18](https://golang.org/dl/) installed +1. [Go 1.19](https://golang.org/dl/) installed 2. [GitHub](https://github.com/) account 3. Development tools: git, make, and podman or docker 4. Testing: [minikube](https://minikube.sigs.k8s.io) diff --git a/docs/developers-notes.md b/docs/developers-notes.md index f2abb24c..c038a99c 100644 --- a/docs/developers-notes.md +++ b/docs/developers-notes.md @@ -4,7 +4,7 @@ ## Build from source The top-level [Makefile](../Makefile) is the entry point for various build -commands. The minimal required Go version is 1.18. A developer can verify the +commands. The minimal required Go version is 1.19. A developer can verify the build environment by running: ```bash