diff --git a/.github/actions/polymorph_codegen/action.yml b/.github/actions/polymorph_codegen/action.yml index e6b6e8ed6..6d514a38a 100644 --- a/.github/actions/polymorph_codegen/action.yml +++ b/.github/actions/polymorph_codegen/action.yml @@ -88,6 +88,13 @@ runs: run: | make polymorph_python + # Go needs transpilation for goimports + - name: Regenerate Go code using smithy-dafny + working-directory: ./${{ inputs.library }} + shell: bash + run: | + make transpile_go + - name: Regenerate Go code using smithy-dafny working-directory: ./${{ inputs.library }} shell: bash