Skip to content

Bump goa.design/clue from 1.2.5 to 1.2.6#258

Closed
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/go_modules/goa.design/clue-1.2.6
Closed

Bump goa.design/clue from 1.2.5 to 1.2.6#258
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/go_modules/goa.design/clue-1.2.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps goa.design/clue from 1.2.5 to 1.2.6.

Release notes

Sourced from goa.design/clue's releases.

v1.2.6

Highlights

This patch release keeps Clue fresh, predictable, and pleasant to work on.

For users, the important bit is simple: Clue now tracks the current Goa and OpenTelemetry stack used by the surrounding Goa ecosystem. For maintainers, the repository is easier to build and release because CI now follows the version declared by the workspace instead of carrying a separate, stale Go version in each workflow.

  • Upgraded Goa from v3.25.3 to v3.27.0 in Clue and the weather example, with matching goa.design/plugins/v3 updates in the example.
  • Updated OpenTelemetry packages to the v1.44.0 / v0.69.0 generation, including HTTP, HTTP trace, gRPC, OTLP, stdout, SDK, and metric/trace packages.
  • Updated gRPC from v1.79.x / v1.78.0 to v1.81.1 across the root module and weather example.
  • Moved the workspace to Go 1.26 and taught CI to read that version directly from go.work, so the build uses the same toolchain contract developers see locally.
  • Made lint setup deterministic by installing pinned golangci-lint through Go module tooling instead of downloading a moving latest tarball.
  • Clarified the stream wrapper documentation so readers can understand interceptor behavior without already knowing the implementation.

Why Upgrade

If you depend on Clue, this is a low-drama maintenance update: fresher dependencies, the same public API, and no application code changes required.

If you contribute to Clue, this release removes two bits of friction that were easy to trip over: CI no longer lags behind the workspace Go version, and lint installation no longer depends on upstream archive checksums for whichever golangci-lint release happens to be latest that day.

Notable PRs

  • #683 refreshed the main dependency set, moved the workspace to Go 1.26, and fixed CI toolchain setup.
  • #677 updated otelhttp from v0.65.0 to v0.68.0; the final release state carries the dependency forward to v0.69.0 through #683.
  • #665 cleaned up stream wrapper documentation for the interceptor package.
  • #666 updated Codecov's GitHub Action from v5 to v6.
  • #651, #653, #657, #658, #659, #660, #668, #669, #672, #673, and #675 carried the OpenTelemetry exporter and SDK updates that are now consolidated in this release.
  • #661 and #662 updated gRPC before #683 brought both modules to v1.81.1.

Note: #678 itself was closed rather than merged, but its Goa upgrade is represented in this release through #683, which updates Clue and the weather example to Goa v3.27.0.

Verification

Commits
  • 3ac34ef Update dependencies (#683)
  • d11aa4d build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace (#668)
  • a11bbff build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptrace...
  • 145ec37 build(deps): bump golang.org/x/term from 0.41.0 to 0.42.0 (#676)
  • 9f7f076 build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelht...
  • f43bcf7 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetr...
  • 2f901e7 build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#672)
  • a30c57b build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptrace...
  • a0a44ba build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptrace...
  • 98c4af2 build(deps): bump codecov/codecov-action from 5 to 6 (#666)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [goa.design/clue](https://github.com/goadesign/clue) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/goadesign/clue/releases)
- [Commits](goadesign/clue@v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: goa.design/clue
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

Looks like goa.design/clue is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 2, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/goa.design/clue-1.2.6 branch June 2, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants