You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pin oapi-codegen version via go.mod tool directive
PR #201 inadvertently downgraded oapi-codegen from v2.6.0 to v2.5.1
because the Makefile used `go install @latest`. Pin the version using
Go's tool directive in go.mod (same pattern as kernel/kernel) so that
`go tool oapi-codegen` always uses the declared version.
Also removes the patch_strict_optional_json post-processing script since
v2.6.0 natively generates io.EOF handling and omitempty tags.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments