Skip to content

Commit 7d49d40

Browse files
ci codegen
1 parent 30276cf commit 7d49d40

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci_codegen.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
# Note dotnet is only used for formatting generated code
1818
# in this workflow
1919
dotnet-version: ["6.0.x"]
20+
go-version: [1.23]
2021
os: [ubuntu-latest]
2122
runs-on: ${{ matrix.os }}
2223
defaults:
@@ -60,6 +61,15 @@ jobs:
6061
- name: Install Smithy-Dafny codegen dependencies
6162
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
6263

64+
- name: Install Go
65+
uses: actions/setup-go@v5
66+
with:
67+
go-version: ${{ matrix.go-version }}
68+
69+
- name: Install Go imports
70+
run: |
71+
go install golang.org/x/tools/cmd/goimports@latest
72+
6373
- uses: ./.github/actions/polymorph_codegen
6474
with:
6575
dafny: ${{ inputs.dafny }}

0 commit comments

Comments
 (0)