-
Notifications
You must be signed in to change notification settings - Fork 812
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 Go to 1.17.5 for integration tests + Dockerfiles #4602
Upgrade Go to 1.17.5 for integration tests + Dockerfiles #4602
Conversation
Signed-off-by: Arve Knudsen <[email protected]>
Needed for #4601. |
Why just integration tests? I would think everywhere this repo specifies a Go version should update at the same time. |
Signed-off-by: Arve Knudsen <[email protected]>
@bboreham I've updated in the Dockerfiles, which is where I could find a specific Go version otherwise, except for the build image itself (tagged as |
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.
Approved: let's get this merged then update the build image per https://cortexmetrics.io/docs/contributing/how-to-update-the-build-image/
I think the tests need re-running since ci/test flaked again. |
…ct#4602) * Upgrade Go to 1.17.5 for integration tests Signed-off-by: Arve Knudsen <[email protected]> * Upgrade to Go 1.17 in Dockerfiles Signed-off-by: Arve Knudsen <[email protected]> Signed-off-by: Alvin Lin <[email protected]>
What this PR does:
Upgrade Go to 1.17.5 for integration tests and Dockerfiles.
Which issue(s) this PR fixes:
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]