File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 37
37
# Install Go!
38
38
- uses : actions/setup-go@v3
39
39
with :
40
- go-version : " ~1.19 "
40
+ go-version : " ~1.20 "
41
41
42
42
# Check for any typos!
43
43
- name : Check for typos
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
- uses : actions/setup-go@v3
153
153
with :
154
- go-version : " ~1.19 "
154
+ go-version : " ~1.20 "
155
155
156
156
- name : Echo Go Cache Paths
157
157
id : go-cache-paths
@@ -250,7 +250,7 @@ jobs:
250
250
251
251
- uses : actions/setup-go@v3
252
252
with :
253
- go-version : " ~1.19 "
253
+ go-version : " ~1.20 "
254
254
255
255
# Sadly the new "set output" syntax (of writing env vars to
256
256
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
@@ -333,7 +333,7 @@ jobs:
333
333
334
334
- uses : actions/setup-go@v3
335
335
with :
336
- go-version : " ~1.19 "
336
+ go-version : " ~1.20 "
337
337
338
338
- name : Echo Go Cache Paths
339
339
id : go-cache-paths
@@ -416,7 +416,7 @@ jobs:
416
416
417
417
- uses : actions/setup-go@v3
418
418
with :
419
- go-version : " ~1.19 "
419
+ go-version : " ~1.20 "
420
420
421
421
- name : Echo Go Cache Paths
422
422
id : go-cache-paths
@@ -545,7 +545,7 @@ jobs:
545
545
546
546
- uses : actions/setup-go@v3
547
547
with :
548
- go-version : " ~1.19 "
548
+ go-version : " ~1.20 "
549
549
550
550
- uses : hashicorp/setup-terraform@v2
551
551
with :
Original file line number Diff line number Diff line change 91
91
92
92
- uses : actions/setup-go@v3
93
93
with :
94
- go-version : " ~1.19 "
94
+ go-version : " ~1.20 "
95
95
96
96
- name : Cache Node
97
97
id : cache-node
Original file line number Diff line number Diff line change 38
38
- name : Setup Go
39
39
uses : actions/setup-go@v3
40
40
with :
41
- go-version : " ~1.19 "
41
+ go-version : " ~1.20 "
42
42
43
43
- name : Go Cache Paths
44
44
id : go-cache-paths
68
68
69
69
- uses : actions/setup-go@v3
70
70
with :
71
- go-version : " ~1.19 "
71
+ go-version : " ~1.20 "
72
72
73
73
- name : Go Cache Paths
74
74
id : go-cache-paths
You can’t perform that action at this time.
0 commit comments