File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v2
34
34
35
35
- name : Install Go
36
- uses : actions/setup-go@v2
36
+ uses : actions/setup-go@v3
37
37
with :
38
38
go-version : ${{ env.GO_VERSION }}
39
39
54
54
uses : actions/checkout@v2
55
55
56
56
- name : Install Go
57
- uses : actions/setup-go@v2
57
+ uses : actions/setup-go@v3
58
58
with :
59
59
go-version : ${{ env.GO_VERSION }}
60
60
78
78
uses : actions/checkout@v2
79
79
80
80
- name : Install Go
81
- uses : actions/setup-go@v2
81
+ uses : actions/setup-go@v3
82
82
with :
83
83
go-version : ${{ env.GO_VERSION }}
84
84
@@ -102,7 +102,7 @@ jobs:
102
102
uses : actions/checkout@v2
103
103
104
104
- name : Install Go
105
- uses : actions/setup-go@v2
105
+ uses : actions/setup-go@v3
106
106
with :
107
107
go-version : ${{ env.GO_VERSION }}
108
108
@@ -135,7 +135,7 @@ jobs:
135
135
uses : actions/checkout@v2
136
136
137
137
- name : Install Go
138
- uses : actions/setup-go@v2
138
+ uses : actions/setup-go@v3
139
139
with :
140
140
go-version : ${{ env.GO_VERSION }}
141
141
You can’t perform that action at this time.
0 commit comments