Skip to content
New issue

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

release-21.1: build: upgrade go to 1.15.11 #10468

Closed
jseldess opened this issue Apr 29, 2021 · 0 comments · Fixed by #10489
Closed

release-21.1: build: upgrade go to 1.15.11 #10468

jseldess opened this issue Apr 29, 2021 · 0 comments · Fixed by #10489
Assignees
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#63865

From release notes:

Upgraded the CockroachDB binary to Go 1.15.10. [#63865][#63865] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 21.1 milestone Apr 29, 2021
@jseldess jseldess self-assigned this May 3, 2021
jseldess pushed a commit that referenced this issue May 4, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant