wrong minimum version of go listed in prereqs in developer-guide #6087
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/documentation
Categorizes issue or PR as related to documentation.
Milestone
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 thego.mod
file 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.mod
file.The text was updated successfully, but these errors were encountered: