We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c57523 commit 7a6fd63Copy full SHA for 7a6fd63
.github/actions/install_smithy_dafny_codegen_dependencies/action.yml
@@ -30,6 +30,16 @@ runs:
30
python -m pip install --upgrade black
31
python -m pip install --upgrade docformatter
32
33
+ - name: Install Go
34
+ uses: actions/setup-go@v2
35
+ with:
36
+ go-version: "1.23"
37
+
38
+ - name: Install Go imports
39
+ shell: bash
40
+ run: |
41
+ go install golang.org/x/tools/cmd/goimports@latest
42
43
# Without this the if-dafny-at-least command includes "Downloading ..." output
44
- name: Arbitrary makefile target to force downloading Gradle
45
shell: bash
0 commit comments