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

Upgrade to using golang 1.12.15 #6950

Merged
merged 4 commits into from
Jan 27, 2020
Merged

Upgrade to using golang 1.12.15 #6950

merged 4 commits into from
Jan 27, 2020

Conversation

notnoop
Copy link
Contributor

@notnoop notnoop commented Jan 16, 2020

Also, add a script to ease updating the golang version we use. It's a bit hacky but better than manually chasing down version references.

The changes are mostly bug fixes and seem safe:

go1.12.14 (released 2019/12/04) includes a fix to the runtime. See the Go 1.12.14 milestone on our issue tracker for details.

go1.12.15 (released 2020/01/09) includes fixes to the runtime and the net/http package. See the Go 1.12.15 milestone on our issue tracker for details.
From https://golang.org/doc/devel/release.html#go1.12.minor

@notnoop notnoop added this to the 0.10.3 milestone Jan 16, 2020
@notnoop notnoop requested a review from schmichael January 16, 2020 21:01
@notnoop notnoop self-assigned this Jan 16, 2020
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I've updated TeamCity to match.

current_version=$(grep -o -e 'golang:[.0-9]*' .circleci/config.yml | head -n1 | cut -d: -f2)

# To support both GNU and BSD sed, the regex is looser than it needs to be.
# Specifically, we use "* instead of "?, which relies on GNU extension without much loss of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without much loss of
Looks like we dropped the end of this line.

@notnoop notnoop merged commit 9fdc9de into master Jan 27, 2020
@notnoop notnoop deleted the c-golang-1.12.15 branch January 27, 2020 14:10
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants