chore(deps): bump golang.org/x/tools from 0.32.0 to 0.47.0 in /generators/go#16719
chore(deps): bump golang.org/x/tools from 0.32.0 to 0.47.0 in /generators/go#16719dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.32.0 to 0.47.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.32.0...v0.47.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| module github.com/fern-api/fern-go | ||
|
|
||
| go 1.23.0 | ||
| go 1.25.0 |
There was a problem hiding this comment.
🚩 DevBox Go version (1.23.8) is now lower than go.mod minimum (1.25.0)
The devbox.json pins go@1.23.8 but generators/go/go.mod now requires go 1.25.0. Since Go 1.21, the GOTOOLCHAIN=auto default means Go 1.23.8 will automatically download Go 1.25.0 when building this module, so it won't hard-fail. However, this causes an implicit toolchain download on first use in the devbox shell, and the documented statement in CLAUDE.md ('DevBox automatically provides: ... Go 1.23') becomes slightly misleading for anyone working on this module. Updating devbox.json to go@1.25 would keep things consistent and avoid the implicit download.
Was this helpful? React with 👍 or 👎 to provide feedback.
SDK Generation Benchmark ResultsComparing PR branch against median of 5 nightly run(s) on Full benchmark table (click to expand)
main (generator): generator-only time via --skip-scripts (includes Docker image build, container startup, IR parsing, and code generation — this is the same Docker-based flow customers use via |
Bumps golang.org/x/tools from 0.32.0 to 0.47.0.
Commits
fbf9f2egopls/internal/cmd: add tests of 'gopls help'e891f79go.mod: update golang.org/x dependencies0602b30gopls: revert CLI usability revamp to stabilize release60c2434gopls/internal/cmd: fix regression in initialization29e1583gopls/internal/mcp: go_diagnostics: use idiomatic iterators0772d6ago/ssa: add test for fix of golang/go#73871 in go/types@go1.250fdde84gopls/internal/tool: rename Application to Command and embed in SubCommandbd9e76dgo/callgraph/vta: document ssa.InstantiateGenerics requirementd711ac7go/ssa: remove incorrect hasTypeParams check439decdgopls/internal/cache/xrefs: avoid materializing InspectorDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)