-
Notifications
You must be signed in to change notification settings - Fork 489
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.22.1 #6646
Upgrade Go to 1.22.1 #6646
Conversation
8b99c03
to
e323749
Compare
e323749
to
782bc66
Compare
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 found some additional references to 1.22.0 which I think are used for builds, see https://github.com/search?q=repo%3Agrafana%2Fagent+1.22.0&type=code
I even found some stale references to 1.21 in integrations tests, which we could also update as part of this
782bc66
to
4825ed3
Compare
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.
LGTM, I think it's a good thing that we are now more specific on the patch version (in places where it wasn't specified) for consistency and to make it easier to find all references next time we need to bump
4825ed3
to
e2e8e79
Compare
347a1d9
to
3d29761
Compare
a7f4198
to
c5ba85a
Compare
* Upgrade Go to 1.22.1 * update build images
* loki.source.api: fix a bug where structured metadata is not passed downstream (#6508) * Update build image to Go 1.22.1 (#6650) * Upgrade Go to 1.22.1 (#6646) * Upgrade Go to 1.22.1 * update build images * Attempt to fix main: separate clean in windows docker images (#6671) * Change git operations from fetch to pull (#6668) * Update to using FETCH_HEAD since we are using FETCH which doesnt update HEAD. * Update to using FETCH_HEAD since we are using FETCH which doesnt update HEAD. * Use pull and not fetch * add comments * fix linting * Update CHANGELOG.md Co-authored-by: Robert Fratto <[email protected]> --------- Co-authored-by: Robert Fratto <[email protected]> --------- Co-authored-by: Mark Motliuk <[email protected]> Co-authored-by: mattdurham <[email protected]> Co-authored-by: Robert Fratto <[email protected]>
PR Description
Upgrade Go to 1.22.1
Which issue(s) this PR fixes
Fixes https://github.com/grafana/agent-squad/issues/274