We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR: cockroachdb/cockroach#63865
From release notes:
Upgraded the CockroachDB binary to Go 1.15.10. [#63865][#63865] {% comment %}doc{% endcomment %}
The text was updated successfully, but these errors were encountered:
Update Go version requirement for building 21.1 from source
094d7cd
Technically, the minimum required is 1.15.3: https://github.com/cockroachdb/cockroach/blob/release-21.1/build/go-version-check.sh#L10 However, 1.15.11 avoids these Go bugs: golang/go#45076 golang/go#45187 golang/go#42884 So to prevent users from running into those, we listing 1.15.11 as the minimum required version, followed by a note that you can use IGNORE_GOVERS=1 to try building with older versions. Fixes #10468 Fixes #9081
jseldess
Successfully merging a pull request may close this issue.
PR: cockroachdb/cockroach#63865
From release notes:
The text was updated successfully, but these errors were encountered: