Skip to content

Commit

Permalink
doc: update Go and kind version in contributing guide (#3525)
Browse files Browse the repository at this point in the history
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 <aydemirzekiye@gmail.com>
  • Loading branch information
zekiyeaydemir committed Dec 11, 2023
1 parent 057039a commit 7c8ca6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contribute/development_environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 7c8ca6a

Please sign in to comment.