Skip to content

Commit 5fe7413

Browse files
CI
1 parent d05bd82 commit 5fe7413

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_test_go.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
run: |
7575
go install golang.org/x/tools/cmd/goimports@latest
7676
77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v3
78+
with:
79+
submodules: recursive
7880
- run: git submodule update --init --recursive submodules/smithy-dafny
7981

8082
- name: Regenerate code using smithy-dafny

0 commit comments

Comments
 (0)