chore(deps): update github.com/hashicorp/terraform-config-inspect digest to 813a975#3376
Conversation
|
/gcbrun |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine update of the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the github.com/hashicorp/terraform-config-inspect dependency. However, the update appears to be corrupted. The new pseudo-version in go.mod contains a future timestamp, and the go.sum file has an inconsistent hash for this dependency's go.mod file. These are critical issues that could break the build or lead to incorrect dependency resolution. I've left a comment with a suggested fix to regenerate the update correctly.
| github.com/google/go-cmp v0.7.0 | ||
| github.com/gruntwork-io/terratest v0.54.0 | ||
| github.com/hashicorp/terraform-config-inspect v0.0.0-20250828155816-225c06ed5fd9 | ||
| github.com/hashicorp/terraform-config-inspect v0.0.0-20260224005459-813a97530220 |
There was a problem hiding this comment.
This dependency update appears to be corrupted. There are two critical issues:
- Invalid Pseudo-Version: The updated pseudo-version
v0.0.0-20260224005459-813a97530220contains a future timestamp (year 2026). Go module pseudo-versions are based on commit timestamps. For commit813a97530220, the timestamp is in 2024. This invalid version can cause unpredictable behavior with Go tooling. - Inconsistent
go.sum: The corresponding entry ingo.sumshows the same hash for the new and old versions'go.modfiles, even though the files are different. This indicates thego.sumfile is inconsistent.
These issues suggest a problem with the tool that generated this update. Please regenerate the dependency update correctly. You can fix this by running go get github.com/hashicorp/terraform-config-inspect@813a97530220 which should produce the correct version and update go.sum accordingly.
| github.com/hashicorp/terraform-config-inspect v0.0.0-20260224005459-813a97530220 | |
| github.com/hashicorp/terraform-config-inspect v0.0.0-20240224005459-813a97530220 |
05bb526 to
64fb64f
Compare
|
/gcbrun |
64fb64f to
6fd55c8
Compare
|
/gcbrun |
6fd55c8 to
a9beab9
Compare
|
/gcbrun |
a9beab9 to
2ace8b9
Compare
|
/gcbrun |
2ace8b9 to
fea8c0f
Compare
|
/gcbrun |
fea8c0f to
271c495
Compare
|
/gcbrun |
271c495 to
46ee82d
Compare
|
/gcbrun |
46ee82d to
6a8caba
Compare
|
/gcbrun |
This PR contains the following updates:
225c06e→813a975Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.