Skip to content

chore(deps): bump github.com/fern-api/generator-exec-go from 0.0.877 to 1.0.38 in /generators/go#16720

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/generators/go/github.com/fern-api/generator-exec-go-1.0.38
Open

chore(deps): bump github.com/fern-api/generator-exec-go from 0.0.877 to 1.0.38 in /generators/go#16720
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/generators/go/github.com/fern-api/generator-exec-go-1.0.38

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/fern-api/generator-exec-go from 0.0.877 to 1.0.38.

Commits

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)

Open in Devin Review

Bumps [github.com/fern-api/generator-exec-go](https://github.com/fern-api/generator-exec-go) from 0.0.877 to 1.0.38.
- [Release notes](https://github.com/fern-api/generator-exec-go/releases)
- [Commits](fern-api/generator-exec-go@v0.0.877...v1.0.38)

---
updated-dependencies:
- dependency-name: github.com/fern-api/generator-exec-go
  dependency-version: 1.0.38
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 25, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 25, 2026 18:34

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread generators/go/go.mod

require (
github.com/fern-api/generator-exec-go v0.0.877
github.com/fern-api/generator-exec-go v1.0.38

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Major version bump from v0 to v1 of generator-exec-go dependency

This upgrades generator-exec-go from v0.0.877 (pre-stable) to v1.0.38 (stable). In Go module semantics, v0→v1 does not require a module path change (that only happens at v2+), so all existing imports like generatorexec "github.com/fern-api/generator-exec-go" remain valid. However, a v0→v1 transition conventionally signals API stabilization and may include breaking changes from the v0 series. The code compiles (CI would catch type mismatches), but it's worth confirming that all API surfaces used in generators/go/internal/coordinator/coordinator.go, generators/go/internal/cmd/cmd.go, generators/go/internal/generator/generator.go, and generators/go/internal/generator/sdk.go are compatible with v1.0.38's exported API. The /go.mod hash in go.sum is identical between both versions, which is unusual but valid if the upstream go.mod content didn't change.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@github-actions

Copy link
Copy Markdown
Contributor

SDK Generation Benchmark Results

Comparing PR branch against median of 5 nightly run(s) on main (latest: 2026-06-25T05:19:47Z).

Full benchmark table (click to expand)
Generator Spec main (generator) main (E2E) PR (generator) Delta
go-sdk square 134s (n=5) 284s (n=5) 128s -6s (-4.5%)

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 fern generate). main (E2E): full customer-observable time including build/test scripts (nightly baseline, informational). Delta is computed against generator-only baseline.
⚠️ = generation exited with a non-zero exit code (timing may not reflect a successful run).
Baseline from nightly runs on main (latest: 2026-06-25T05:19:47Z). Trigger benchmark-baseline to refresh.
Last updated: 2026-06-25 18:59 UTC

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