Skip to content

Upgrade gqlgen from v0.17.70 to v0.17.88 #50

@BrewingCoder

Description

@BrewingCoder

Problem

Running gqlgen v0.17.70, latest is v0.17.88 (18 versions behind). During billing removal work, gqlgen was crashing silently (exit 1, no output) which may have contributed to a page fault that corrupted files mid-write.

Known issues with older gqlgen:

  • Silent failures when Go packages have compile errors
  • Memory pressure during AST parsing of large codebases
  • bufio: buffer full errors from corrupted build cache

Action

  • Bump github.com/99designs/gqlgen from v0.17.70 to v0.17.88
  • Run go mod tidy
  • Regenerate all GraphQL code (make private-gen / make public-gen)
  • Verify build + tests pass

Test Plan

  • go build ./...
  • go test ./... (short mode)
  • gqlgen generates without errors
  • CI green

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions