-
Notifications
You must be signed in to change notification settings - Fork 562
fix(deps): update github.com/diggerhq/digger/next digest to 9963a76 #1912
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
base: develop
Are you sure you want to change the base?
fix(deps): update github.com/diggerhq/digger/next digest to 9963a76 #1912
Conversation
ℹ Artifact update noticeFile name: ee/drift/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
PR Summary
This PR updates the digger/next dependency to a newer version (3378761) along with several other dependency updates in the ee/drift module.
- Updated
github.com/diggerhq/digger/next
to latest digest version inee/drift/go.mod
- Upgraded multiple AWS SDK packages to newer versions for improved compatibility
- Updated Google Cloud Platform related dependencies with security patches
- Maintained Go 1.22.4 compatibility while updating core dependencies
- Synchronized
go.sum
file with cryptographic hashes for new dependency versions
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
1fde5c5
to
b62e994
Compare
b62e994
to
647cf89
Compare
647cf89
to
278ad45
Compare
278ad45
to
b311a26
Compare
b311a26
to
d56d45b
Compare
693143c
to
c567f42
Compare
c567f42
to
6451b4f
Compare
ba4fa90
to
b3b50a4
Compare
b3b50a4
to
4177c0c
Compare
4177c0c
to
2c5993b
Compare
2c5993b
to
c58a454
Compare
efb67df
to
7a103f7
Compare
Bug SummaryTotal Bugs Found: 1 Bug Details
|
ee/drift/go.mod
Outdated
@@ -10,7 +10,7 @@ require ( | |||
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 | |||
github.com/diggerhq/digger/backend v0.0.0-20241111093622-90aa7b8b0d00 | |||
github.com/diggerhq/digger/libs v0.4.15 | |||
github.com/diggerhq/digger/next v0.0.0-20241111115930-58349692eece | |||
github.com/diggerhq/digger/next 05d0425d52e2 |
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.
The dependency github.com/diggerhq/digger/next
is using an invalid version format. In Go modules, versions must follow the semantic versioning format or use a pseudo-version format for commits.
The current format 05d0425d52e2
is missing the required v
prefix and timestamp information that Go expects. This will cause build failures or dependency resolution issues.
The correct format should be something like v0.0.0-20240705-05d0425d52e2
where:
v0.0.0
is the version prefix20240705
is the date in YYYYMMDD format05d0425d52e2
is the commit hash
This follows Go's pseudo-version format for commit-based dependencies.
github.com/diggerhq/digger/next 05d0425d52e2 | |
github.com/diggerhq/digger/next v0.0.0-20240705-05d0425d52e2 |
7a103f7
to
73308c0
Compare
Bug SummaryTotal Bugs Found: 1 Critical Bug
|
ee/drift/go.mod
Outdated
@@ -10,7 +10,7 @@ require ( | |||
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 | |||
github.com/diggerhq/digger/backend v0.0.0-20241111093622-90aa7b8b0d00 | |||
github.com/diggerhq/digger/libs v0.4.15 | |||
github.com/diggerhq/digger/next v0.0.0-20241111115930-58349692eece | |||
github.com/diggerhq/digger/next 043926b20e16 |
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.
The Go module dependency format for github.com/diggerhq/digger/next is invalid. Go module versions must follow the semantic versioning format or use a pseudo-version format for commits.
The current format 043926b20e16
is missing the required v0.0.0-
prefix and timestamp that Go expects for a commit-based version. The proper format should be v0.0.0-20240725043926-043926b20e16
or similar, where:
v0.0.0-
is the prefix for pseudo-versions20240725
would be the date of the commit (or another appropriate date)043926
is the timestamp portion043926b20e16
is the commit hash
This invalid format will cause build failures when trying to resolve dependencies.
github.com/diggerhq/digger/next 043926b20e16 | |
github.com/diggerhq/digger/next v0.0.0-20240725043926-043926b20e16 |
73308c0
to
f5d423f
Compare
Bismuth completed its review and found no issues. |
f5d423f
to
4e4a26d
Compare
Bismuth completed its review and found no issues. |
4e4a26d
to
3af94dc
Compare
Bismuth completed its review and found no issues. |
3af94dc
to
9af7fa3
Compare
Bismuth completed its review and found no issues. |
9af7fa3
to
76a1ac9
Compare
Bismuth completed its review and found no issues. |
76a1ac9
to
760be5b
Compare
Bismuth completed its review and found no issues. |
760be5b
to
ae0491e
Compare
Bismuth completed its review and found no issues. |
This PR contains the following updates:
5834969
->9963a76
Configuration
📅 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 becomes conflicted, 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.