PR #356 (Renovate) was blocked with "Artifact file update failure" because ci/go.sum was out of sync with ci/go.mod.
Root cause: The require section listed otel log packages at v0.17.0 while replace directives pinned them to v0.19.0, but go.sum only had hashes for v0.16.0. Renovate couldn't auto-update go.sum because the Dagger module's internal/dagger generated package isn't in version control, so standard go mod tidy couldn't resolve the full dependency graph.
## What
PR #356 (Renovate) was blocked with "Artifact file update failure" because `ci/go.sum` was out of sync with `ci/go.mod`.
**Root cause**: The `require` section listed otel log packages at v0.17.0 while `replace` directives pinned them to v0.19.0, but `go.sum` only had hashes for v0.16.0. Renovate couldn't auto-update go.sum because the Dagger module's `internal/dagger` generated package isn't in version control, so standard `go mod tidy` couldn't resolve the full dependency graph.
## Changes
- Bumps `go.opentelemetry.io/otel` + `otel/trace` + `otel/sdk` v1.43.0 → v1.44.0 (implementing PR #356's intent)
- Updates all related otel exporters and sub-packages to v1.44.0 / v0.20.0
- Aligns `replace` directives from v0.19.0 → v0.20.0 (consistent with require section)
- Also picks up `grpc` v1.79.3→v1.80.0 and `proto/otlp` v1.9.0→v1.10.0 (from `go mod tidy`)
- Adds all missing `h1:` and `/go.mod` hashes to `go.sum`
## Verification
- `go mod verify` passes
- Hashes fetched directly via `go mod download -json` from the official Go module proxy
Closes #359
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
PR #356 (Renovate) was blocked with "Artifact file update failure" because
ci/go.sumwas out of sync withci/go.mod.Root cause: The
requiresection listed otel log packages at v0.17.0 whilereplacedirectives pinned them to v0.19.0, butgo.sumonly had hashes for v0.16.0. Renovate couldn't auto-update go.sum because the Dagger module'sinternal/daggergenerated package isn't in version control, so standardgo mod tidycouldn't resolve the full dependency graph.Changes
go.opentelemetry.io/otel+otel/trace+otel/sdkv1.43.0 → v1.44.0 (implementing PR #356's intent)replacedirectives from v0.19.0 → v0.20.0 (consistent with require section)grpcv1.79.3→v1.80.0 andproto/otlpv1.9.0→v1.10.0 (fromgo mod tidy)h1:and/go.modhashes togo.sumVerification
go mod verifypassesgo mod download -jsonfrom the official Go module proxyCloses #359