-
Notifications
You must be signed in to change notification settings - Fork 805
Update Go #1203
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
Update Go #1203
Conversation
SuperQ
commented
Sep 29, 2025
- Update minimum supported Go to 1.24.0.
- Update Go build to 1.25.x.
- Update PostgreSQL testing versions.
a1fa8c6 to
e5d6070
Compare
| - cimg/postgres:13.22 | ||
| - cimg/postgres:14.19 | ||
| - cimg/postgres:15.14 | ||
| - cimg/postgres:16.10 | ||
| - cimg/postgres:17.6 |
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 we dropping support for pg 11 / 12 or is this just to stop using the circleci images?
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.
11/12 are EoL and unsupported by upstream.
We can continue to keep some support in the exporter, but we don't need to waste a lot of CI time on them.
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.
Thanks for the clarification
* Update minimum supported Go to 1.24.0. * Update Go build to 1.25.x. * Update PostgreSQL testing versions. Signed-off-by: SuperQ <superq@gmail.com>
* Update minimum supported Go to 1.24.0. * Update Go build to 1.25.x. * Update PostgreSQL testing versions. Signed-off-by: SuperQ <superq@gmail.com>
* Update Go (prometheus-community#1203) * Update minimum supported Go to 1.24.0. * Update Go build to 1.25.x. * Update PostgreSQL testing versions. Signed-off-by: SuperQ <superq@gmail.com> * update VERSION --------- Signed-off-by: SuperQ <superq@gmail.com> Co-authored-by: Ben Kochie <superq@gmail.com>