-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
builder: upgrade to go1.11.4 #33668
builder: upgrade to go1.11.4 #33668
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained
Green on the first try. Impossible! |
Did it run with 1.10 or with 1.11 in TeamCity? I get some |
@RaduBerinde I'm pretty sure it ran 1.11 on teamcity. Let me see if I can verify which builder image it used.
|
Oh. I think that the errors I saw didn't actually cause the test to fail (I had other errors in my tree). Let me investigate more. |
I just nuked my |
Also, I didn't see any errors. |
It passes for me too now.. I must have had an old version (all the errors were related to an arch that's new in go 1.11). Sorry for the noise. |
Great. No worries about the noise. I'd rather do extra checks on a PR like this, than break the world. |
Bump the minimum version to go1.11. Fixes cockroachdb#33283 Release note (general change): Upgrade the build environment to use go1.11.4.
f5c9ccf
to
779d974
Compare
Just as a heads-up:
|
bors r=RaduBerinde |
Build succeeded |
🎉 |
Bump the minimum version to go1.11.
Fixes #33283
Release note (general change): Upgrade the build environment to use
go1.11.4.