Skip to content

Commit 2794f74

Browse files
committed
docs: Update Go version references to 1.19
Signed-off-by: Anoop C S <[email protected]>
1 parent 8ed2347 commit 2794f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resources.
1717
Development effort takes place using Linux environment and requires at
1818
minimum:
1919

20-
1. [Go 1.18](https://golang.org/dl/) installed
20+
1. [Go 1.19](https://golang.org/dl/) installed
2121
2. [GitHub](https://github.com/) account
2222
3. Development tools: git, make, and podman or docker
2323
4. Testing: [minikube](https://minikube.sigs.k8s.io)

docs/developers-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Build from source
55

66
The top-level [Makefile](../Makefile) is the entry point for various build
7-
commands. The minimal required Go version is 1.18. A developer can verify the
7+
commands. The minimal required Go version is 1.19. A developer can verify the
88
build environment by running:
99

1010
```bash

0 commit comments

Comments
 (0)