20
20
- uses : actions/checkout@v3
21
21
- uses : actions/setup-go@v3
22
22
with :
23
- go-version : " 1.19 "
23
+ go-version : " 1.20 "
24
24
check-latest : true
25
25
- name : Create a file with all core Cosmos SDK pkgs
26
26
run : go list ./... > pkgs.txt
54
54
- uses : actions/checkout@v3
55
55
- uses : actions/setup-go@v3
56
56
with :
57
- go-version : " 1.19 "
57
+ go-version : " 1.20 "
58
58
check-latest : true
59
59
cache : true
60
60
cache-dependency-path : go.sum
86
86
- uses : actions/checkout@v3
87
87
- uses : actions/setup-go@v3
88
88
with :
89
- go-version : " 1.19 "
89
+ go-version : " 1.20 "
90
90
check-latest : true
91
91
cache : true
92
92
cache-dependency-path : go.sum
@@ -117,7 +117,7 @@ jobs:
117
117
- uses : actions/checkout@v3
118
118
- uses : actions/setup-go@v3
119
119
with :
120
- go-version : " 1.19 "
120
+ go-version : " 1.20 "
121
121
check-latest : true
122
122
cache : true
123
123
cache-dependency-path : go.sum
@@ -189,7 +189,7 @@ jobs:
189
189
- uses : actions/checkout@v3
190
190
- uses : actions/setup-go@v3
191
191
with :
192
- go-version : " 1.19 "
192
+ go-version : " 1.20 "
193
193
check-latest : true
194
194
cache : true
195
195
cache-dependency-path : go.sum
@@ -219,7 +219,7 @@ jobs:
219
219
- uses : actions/checkout@v3
220
220
- uses : actions/setup-go@v3
221
221
with :
222
- go-version : " 1.19 "
222
+ go-version : " 1.20 "
223
223
check-latest : true
224
224
cache : true
225
225
cache-dependency-path : go.sum
@@ -245,7 +245,7 @@ jobs:
245
245
- uses : actions/checkout@v3
246
246
- uses : actions/setup-go@v3
247
247
with :
248
- go-version : " 1.19 "
248
+ go-version : " 1.20 "
249
249
check-latest : true
250
250
cache : true
251
251
cache-dependency-path : simapp/go.sum
0 commit comments