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

build: upgrade to go 1.15.4 #9081

Closed
jseldess opened this issue Dec 9, 2020 · 1 comment · Fixed by #10489
Closed

build: upgrade to go 1.15.4 #9081

jseldess opened this issue Dec 9, 2020 · 1 comment · Fixed by #10489
Assignees
Milestone

Comments

@jseldess
Copy link
Contributor

jseldess commented Dec 9, 2020

PR: cockroachdb/cockroach#56363

From release notes:

Upgraded CockroachDB's version of Go to v1.15.4. [#56363][#56363] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 21.1 milestone Dec 9, 2020
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
@jseldess
Copy link
Contributor Author

jseldess commented May 4, 2021

Closing in favor of #10468.

@jseldess jseldess closed this as completed May 4, 2021
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.

3 participants