-
Notifications
You must be signed in to change notification settings - Fork 8
auto-docs: Update Go modules #282
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
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThe only change made is an update to the dependency version of Changes
🪧 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 (
|
✅ Deploy Preview for docs-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
blobl-editor/wasm/go.mod (1)
1-105: Rungo mod tidyto updatego.sum
After modifyinggo.mod, ensure you execute:go mod tidyto clean up unused entries and regenerate
go.sum. This helps maintain reproducible builds and avoids potential module resolution issues.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
blobl-editor/wasm/go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
blobl-editor/wasm/go.mod(1 hunks)
🔇 Additional comments (1)
blobl-editor/wasm/go.mod (1)
8-8: Confirm compatibility of Benthos v4.50.0
The dependencygithub.com/redpanda-data/benthos/v4was bumped from v4.48.0 to v4.50.0. Please review the Benthos changelog and verify there are no breaking changes or required API updates that could impact the Bloblang WASM playground.
d31d0c1 to
cb1a7c2
Compare
This PR updates the Go modules for the Bloblang playground Wasm code.