File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
actions/install_smithy_dafny_codegen_dependencies Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 30
30
python -m pip install --upgrade black
31
31
python -m pip install --upgrade docformatter
32
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
33
# Without this the if-dafny-at-least command includes "Downloading ..." output
44
34
- name : Arbitrary makefile target to force downloading Gradle
45
35
shell : bash
Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
library : [AwsEncryptionSDK, TestVectors]
23
- go-version : ["1.23"]
23
+ go-version : ["1.23", "1.24" ]
24
24
os : [
25
25
# Sed script doesn't work properly on windows
26
26
# windows-latest,
You can’t perform that action at this time.
0 commit comments