-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update module github.com/jfrog/jfrog-client-go to v1.52.0 #79
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
fix(deps): update module github.com/jfrog/jfrog-client-go to v1.52.0 #79
Conversation
ℹ Artifact update noticeFile name: 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 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 JFrog client dependency with new features and improvements, but contains a concerning Go version specification.
- Updated
github.com/jfrog/jfrog-client-go
from v1.51.1 to v1.52.0 in bothgo.mod
andgo.sum
- The new version adds OIDC token exchange support and improved retry mechanisms for downloads
- Several transitive dependencies were updated as part of this change
- The Go version in
go.mod
is specified as 1.23.7, which is a future version that doesn't exist yet (current latest is 1.22.x) - This invalid Go version could cause build issues and should be corrected to a valid version
💡 (4/5) You can add custom instructions or style guidelines for the bot here!
2 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
@@ -3,7 +3,7 @@ module github.com/albertocavalcante/garf | |||
go 1.23.7 |
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.
logic: The Go version specified here (1.23.7) appears to be incorrect. As of April 2025, the latest Go version is 1.22.x. Using a non-existent future version could cause compatibility issues. Consider updating to a valid Go version.
go 1.23.7 | |
go 1.22 |
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.
This is wrong, latest Go version is 1.24.x
This PR contains the following updates:
v1.51.1
->v1.52.0
Release Notes
jfrog/jfrog-client-go (github.com/jfrog/jfrog-client-go)
v1.52.0
Compare Source
What's Changed
Exciting New Features 🎉
Improvements 🌱
New Contributors
Full Changelog: jfrog/jfrog-client-go@v1.51.1...v1.52.0
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.