-
Notifications
You must be signed in to change notification settings - Fork 502
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
all: Bump Golang minor versions in accordance with latest release. #3693
Conversation
I found these references based on Ctrl+F on things like |
.circleci/config.yml
Outdated
@@ -227,7 +227,7 @@ jobs: | |||
check_code_1_16: | |||
working_directory: /go/src/github.com/stellar/go | |||
docker: | |||
- image: golang:1.16 | |||
- image: golang:1.16.5 |
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.
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.
I like this idea. We basically always want to be on latest patch release. Let's do it.
For minor versions let's stick to manual update for now.
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.
Cool, I didn't realize 1.16 would always be the latest
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.
Done!
Co-authored-by: Bartek Nowotarski <[email protected]>
@@ -1,4 +1,4 @@ | |||
FROM golang:1.16.3 as build |
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.
Why did we remove the patch version from some locations like this one, but we kept the patch versions in other services?
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.
are you talking about these? #3693 (comment)
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.
That link doesn't seem to go anywhere for me. In the CI files patch versions are used, and in the Ticker, Keystore, and other docker files a patch version is used. It'd be helpful if we are consistent.
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.
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.
Got it. What's the motivation for only making that change for Friendbot and Horizon, and not the other services?
What
Bumps from 1.16.3 -> 1.16.5 and 1.15.11 -> 1.15.13.
Why
This bump includes security issues. Refer to the release announcement for more.