From 7c8ca6ada9b3d3616be6efeffc391d5c5eebddb4 Mon Sep 17 00:00:00 2001 From: Zekiye Aydemir Date: Mon, 11 Dec 2023 19:11:38 +0300 Subject: [PATCH] doc: update Go and kind version in contributing guide (#3525) Update the required version of Go from 1.17 to 1.21 and kind from v0.11.x to v0.20.x Closes: #3526 Signed-off-by: Zekiye Aydemir --- contribute/development_environment/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute/development_environment/README.md b/contribute/development_environment/README.md index c199153cc5..b6d2bada27 100644 --- a/contribute/development_environment/README.md +++ b/contribute/development_environment/README.md @@ -41,9 +41,9 @@ on your local workstation. Make sure you have the following executables available in the `PATH` environment variable: -- Go 1.17+ compiler +- Go 1.21+ compiler - GNU Make -- [Kind](https://kind.sigs.k8s.io/) v0.11.x or greater +- [Kind](https://kind.sigs.k8s.io/) v0.20.x or greater - [golangci-lint](https://github.com/golangci/golangci-lint) - [goreleaser](https://goreleaser.com/) - [Operator SDK CLI](https://sdk.operatorframework.io/)