Update cargo-pgrx to 0.18.0 to match pglinter - #734
Merged
Conversation
Prior to this change, cargo-pgrx version 0.16.1 was specified in both the Dockerfile and GitHub Actions setup, while pglinter's upstream repository had been updated to use pgrx 0.18.0. See: https://github.com/pmpetit/pglinter/blob/8be79efaacdc6b0a113b51b3f6dc8cf7cfe7680c/Cargo.toml#L19 This change updates cargo-pgrx to version 0.18.0 in two places: * Dockerfile * .github/actions/setup-postgres/action.yml
Contributor
Author
|
I'm seeing CI failures while working on this PR. I am bumping the version of Another option would be to pin the |
shihanng
marked this pull request as ready for review
April 27, 2026 04:16
psteinroe
enabled auto-merge (squash)
April 27, 2026 05:26
psteinroe
self-requested a review
April 27, 2026 05:26
psteinroe
approved these changes
Apr 27, 2026
psteinroe
left a comment
Collaborator
There was a problem hiding this comment.
thanks for taking care!
Contributor
Author
|
It seems we're getting a CI error due to a Rust toolchain version mismatch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Prior to this change,
cargo-pgrxversion 0.16.1 was specified in both the Dockerfile and GitHub Actions setup, whilepglinter's upstream repository had been updated to usepgrx0.18.0.See: https://github.com/pmpetit/pglinter/blob/8be79efaacdc6b0a113b51b3f6dc8cf7cfe7680c/Cargo.toml#L19
This change updates
cargo-pgrxto version 0.18.0 in two places:Dockerfile.github/actions/setup-postgres/action.ymlWhat is the current behavior?
We are seeing CI failures here:
What is the new behavior?
The PR should fix the CI failures.