File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
go-version :
15
+ - 1.17
16
+ - 1.18
15
17
- 1.19
16
18
permissions :
17
19
id-token : write
32
34
- name : Download go modules
33
35
run : go mod download
34
36
35
- - name : Cache / restore go modules
37
+ - name : Setup cache for go modules
36
38
uses : actions/cache@v3
37
39
with :
38
40
path : |
56
58
- name : Install gotestsum
57
59
run :
go install gotest.tools/[email protected]
58
60
59
-
60
61
- name : Configure AWS Credentials
61
62
uses : aws-actions/configure-aws-credentials@v1
62
63
with :
91
92
strategy :
92
93
matrix :
93
94
go-version :
95
+ - 1.17
96
+ - 1.18
94
97
- 1.19
95
98
permissions :
96
99
id-token : write
@@ -124,7 +127,6 @@ jobs:
124
127
shell : bash
125
128
run :
go install gotest.tools/[email protected]
126
129
127
-
128
130
- name : Configure AWS Credentials
129
131
uses : aws-actions/configure-aws-credentials@v1
130
132
with :
You can’t perform that action at this time.
0 commit comments