What is the URL of the document?
https://sdk.operatorframework.io/docs/contribution-guidelines/developer-guide/#prerequisites
Which section(s) is the issue in?
prerequisites
What needs fixing?
Doc says prereq is go version 1.17 but the go.mod file in the source says go 1.18.
Additional context
The source will not build if your version of Go is earlier than what is listed in the go.mod file.
What is the URL of the document?
https://sdk.operatorframework.io/docs/contribution-guidelines/developer-guide/#prerequisites
Which section(s) is the issue in?
prerequisites
What needs fixing?
Doc says prereq is
go version 1.17but thego.modfile in the source saysgo 1.18.Additional context
The source will not build if your version of Go is earlier than what is listed in the
go.modfile.