chore: update bundle dependencies for v4.90.2#4386
Conversation
|
|
|
|
| <<<<<<< update-bundles-v4.90.2 | ||
| require github.com/redpanda-data/connect/v4 v4.90.2 | ||
| ======= | ||
| require github.com/redpanda-data/connect/v4 v4.90.1 | ||
| >>>>>>> main |
There was a problem hiding this comment.
Unresolved Git merge conflict markers (<<<<<<<, =======, >>>>>>>) were committed to this file. This will cause go mod operations and any build that depends on public/bundle/enterprise/go.mod to fail because the file is not valid Go module syntax.
Resolve the conflict by keeping the intended version (presumably require github.com/redpanda-data/connect/v4 v4.90.2, matching the bump in public/bundle/free/go.mod) and deleting the marker lines.
|
Commits Review
|
Updated the required version of github.com/redpanda-data/connect/v4 from v4.90.1 to v4.90.2.
|
Commits Review LGTM |
Automated bundle dependency update for release v4.90.2.