Skip to content

Commit

Permalink
Revert "Disable regabi due to on-going stability issues (#4245)" (#4365)
Browse files Browse the repository at this point in the history
This reverts commit 2a3e589.

Reverts REGABI disabling change since the issue was resolved in Go 1.17.6, and no longer impacts the SDK's code generation.
  • Loading branch information
jasdel committed Apr 20, 2022
1 parent 32ca43e commit 05d60e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -38,7 +38,7 @@ gen-codegen-test:

gen-services:
@echo "Generating SDK clients"
env GOEXPERIMENT=noregabi go generate ./service
go generate ./service

gen-protocol-test:
@echo "Generating SDK protocol tests"
Expand Down

0 comments on commit 05d60e7

Please sign in to comment.