Update gomod dependencies#4272
Conversation
ℹ️ Artifact update noticeFile name: flow/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: flow/pkg/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
❌ Test FailureAnalysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) because its transitive dependencies were not updated to compatible versions alongside the storage package bump on the renovate/gomod branch. |
❌ 2 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
|
@claude This PR updates several dependencies and it seems to be failing due braking changes, can you propose fixes? |
|
Claude finished @pfcoperez's task in 8m 55s —— View job Fixes appliedTwo categories of issues were identified and fixed: 1. Build failure —
Fix: Pinned 2. Incomplete major-version migrations ( Renovate bumped three packages to new major versions in the main
These were phantom deps (only The |
|
Retriggering CI |
|
@claude please fix the pinned dependency check. Also, is fixing pgx issue easy or involved? |
|
Claude finished @ilidemi's task in 20m 49s —— View job Fixes applied
Fix 1 — Pinned dependency check (
|
❌ Test FailureAnalysis: The primary failure is a real bug: |
|
@claude undo the pgx change and add the version to pinned instead (in all places). We'll tackle it as a separate task |
|
Claude finished @ilidemi's task in 3m 21s —— View job Tasks
Summary
|
|
Retriggering CI |
|
@pfcoperez (local) Claude is saying the checks are not starting after agent commits as a recursion protection for apps that use default GITHUB_TOKEN, and this should be fixable by giving Claude a separate app credential |
|
@claude please fix the build error for dev docker images |
|
Claude finished @ilidemi's task in 3m 33s —— View job Fixing dev docker image build error
Root cause: The switchboard code was written for pgx v5.9.x's API where Fix (commit
The internal |
❌ Test FailureAnalysis: Real build failure: a Renovate dependency update changed the |
|
@claude pin pgx to 5.9.1 and remove all code workarounds |
|
Claude finished @ilidemi's task in 3m 12s —— View job Pinned pgx to v5.9.1 and removed workarounds
SummaryPinned pgx to
|
|
@claude comment on 5.9.1 pin that 5.9.2+ uses the latest protocol version that changes mac address encoding |
|
Claude finished @ilidemi's task in 5m 14s —— View job Tasks
|
|
Claude finished @ilidemi's task in 7m 16s —— View job Tasks
SummaryTwo changes in commit 1. Updated pgx PINNED comment ( 2. Migrated gosnowflake v1 → v2 (bringing the branch in sync with main's PR #4266):
|
|
Merges on this one are definitely a mess, along with the |
16cf85f to
9260615
Compare
❌ Test FailureAnalysis: Real regression: |
|
Closing this down after Renovate config change separating majors from other versions upgrades in Go and gating majors with the dependencies dashboard issue: #4278 |
Pull request was closed
|
Closing this down after Renovate config change separating majors from other versions upgrades in Go and gating majors with the dependencies dashboard issue: #4278 |

This PR contains the following updates:
v0.68.0→v0.71.0v2.40.3→v2.45.0v2.46.0v2.43.0→v2.45.0v2.46.0v18.5.2→v18.6.0v1.41.5→v1.41.6v1.41.7v1.32.13→v1.32.16v1.32.17v1.19.13→v1.19.15v1.19.16v1.6.21→v1.6.22v1.6.23v1.50.4→v1.51.0v1.51.1v1.98.0→v1.100.0v1.100.1v1.34.22→v1.34.23v1.34.24v1.39.15→v1.39.16v1.39.17v1.41.10→v1.42.0v1.42.1v1.24.2→v1.25.1v8.19.3→v8.19.5v1.13.0→v1.14.0d0b04ca→f4d2af6v2.28.0→v2.29.02e8d0df→e37c414v5.8.0→v5.9.2v5.9.1→v5.9.2v3.0.13→v3.1.074f78ae→9c8b358v0.20.0→v0.23.0v1.20.7→v1.21.0v1.21.1v1.17.2→v1.18.0v1.1.1→v1.1.2v2.4.1→v2.6.0v2.5.0→v2.6.0v0.67.0→v0.68.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.62.6→v1.62.11v1.36.0→v1.42.0v1.43.0v1.41.1→v1.42.0v1.43.0v0.49.0→v0.50.07ab1446→746e56fv0.34.0→v0.35.0v0.43.0→v0.44.0v1.79.3→v1.80.0v1.81.0v0.35.3→v0.36.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ClickHouse/ch-go (github.com/ClickHouse/ch-go)
v0.71.0Compare Source
What's Changed
QBitcolumn type by @kavirajk in #1130Full Changelog: ClickHouse/ch-go@v0.70.0...v0.71.0
v0.70.0Compare Source
What's Changed
New Contributors
Full Changelog: ClickHouse/ch-go@v0.69.0...v0.70.0
v0.69.0Compare Source
What's Changed
time.Timewithtime.Durationfor Go type by @kavirajk in #1097New Contributors
Full Changelog: ClickHouse/ch-go@v0.68.0...v0.69.0
ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)
v2.45.0Compare Source
What's Changed
Bug Fixes 🐛
Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0
v2.44.0Compare Source
What's Changed
Enhancements 🎉
url.Parseadoption from Go 1.25.7 by @M0rdecay in #1787cloudandheadtest runs for all PRs by @kavirajk in #1798Bug Fixes 🐛
clickhouse.JSONby @erezrokah in #1770cloudandheadtest runs by @kavirajk in #1786Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.43.0...v2.44.0
v2.43.0Compare Source
What's Changed
Enhancements 🎉
QBitcolumn type by @kavirajk in #1761Bug fixes 🐛
Other Changes 🛠
UseContextexample to handlerows.Err()correct by @ehsansouri23 in #1726New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0
v2.42.0Compare Source
What's Changed
Enhancements 🎉
Bug Fixes 🐛
formatTimeescaping by @kavirajk in #1727Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.41.0...v2.42.0
v2.41.0Compare Source
What's Changed
Enhancements 🎉
timeandtime64datatypes by @kavirajk @shivanshuraj1333 in #1669Bug fixes 🐛
nilmap by @kavirajk in #1667Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.40.3...v2.41.0
apache/arrow-go (github.com/apache/arrow-go/v18)
v18.6.0: Apache Arrow Go 18.6.0Compare Source
What's Changed
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.