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 ddeccae commit fbc48a1Copy full SHA for fbc48a1
.github/actions/install_smithy_dafny_codegen_dependencies/action.yml
@@ -30,16 +30,6 @@ 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@v5
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