Skip to content

Commit a5a8501

Browse files
Vapi Taskerclaude
andcommitted
fix: upgrade fern-go-sdk generator to 1.28.3 to fix preview-go CI
The preview-go CI check has been failing since at least Feb 16 across all PRs touching fern/ files. The root cause is the outdated Go SDK generator version (1.16.4) being unable to compile code generated from the current OpenAPI spec. Upgrading to 1.28.3 (latest) includes fixes for datetime handling, marshal/unmarshal code generation, and other compilation issues. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c03691d commit a5a8501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fern/apis/api/generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ groups:
5151
go-sdk:
5252
generators:
5353
- name: fernapi/fern-go-sdk
54-
version: 1.16.4
54+
version: 1.28.3
5555
disable-examples: true
5656
api:
5757
settings:

0 commit comments

Comments
 (0)