@@ -29,13 +29,13 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Set up Go 1.x
32
- uses : actions/setup-go@v2
32
+ uses : actions/setup-go@v3
33
33
with :
34
34
go-version : ${{ env.GO_VERSION }}
35
35
id : go
36
36
37
37
- name : Check out code into the Go module directory
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v3
39
39
40
40
- name : Setup environment
41
41
run : |
@@ -52,13 +52,13 @@ jobs:
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- name : Set up Go 1.x
55
- uses : actions/setup-go@v2
55
+ uses : actions/setup-go@v3
56
56
with :
57
57
go-version : ${{ env.GO_VERSION }}
58
58
id : go
59
59
60
60
- name : Check out code into the Go module directory
61
- uses : actions/checkout@v2
61
+ uses : actions/checkout@v3
62
62
63
63
- name : Setup environment
64
64
run : |
@@ -74,13 +74,13 @@ jobs:
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : Set up Go 1.x
77
- uses : actions/setup-go@v2
77
+ uses : actions/setup-go@v3
78
78
with :
79
79
go-version : ${{ env.GO_VERSION }}
80
80
id : go
81
81
82
82
- name : Check out code into the Go module directory
83
- uses : actions/checkout@v2
83
+ uses : actions/checkout@v3
84
84
85
85
- name : Setup environment
86
86
run : |
@@ -96,13 +96,13 @@ jobs:
96
96
runs-on : ubuntu-latest
97
97
steps :
98
98
- name : Set up Go 1.x
99
- uses : actions/setup-go@v2
99
+ uses : actions/setup-go@v3
100
100
with :
101
101
go-version : ${{ env.GO_VERSION }}
102
102
id : go
103
103
104
104
- name : Check out code into the Go module directory
105
- uses : actions/checkout@v2
105
+ uses : actions/checkout@v3
106
106
107
107
- name : Setup environment
108
108
run : |
@@ -118,13 +118,13 @@ jobs:
118
118
runs-on : ubuntu-latest
119
119
steps :
120
120
- name : Set up Go 1.x
121
- uses : actions/setup-go@v2
121
+ uses : actions/setup-go@v3
122
122
with :
123
123
go-version : ${{ env.GO_VERSION }}
124
124
id : go
125
125
126
126
- name : Check out code into the Go module directory
127
- uses : actions/checkout@v2
127
+ uses : actions/checkout@v3
128
128
129
129
- name : Setup environment
130
130
run : |
@@ -140,7 +140,7 @@ jobs:
140
140
runs-on : ubuntu-latest
141
141
steps :
142
142
- name : Check out code into the Go module directory
143
- uses : actions/checkout@v2
143
+ uses : actions/checkout@v3
144
144
145
145
- name : Setup promtool
146
146
run : |
@@ -155,13 +155,13 @@ jobs:
155
155
runs-on : ubuntu-latest
156
156
steps :
157
157
- name : Set up Go 1.x
158
- uses : actions/setup-go@v2
158
+ uses : actions/setup-go@v3
159
159
with :
160
160
go-version : ${{ env.GO_VERSION }}
161
161
id : go
162
162
163
163
- name : Check out code into the Go module directory
164
- uses : actions/checkout@v2
164
+ uses : actions/checkout@v3
165
165
166
166
- name : Setup environment
167
167
run : |
@@ -177,13 +177,13 @@ jobs:
177
177
runs-on : ubuntu-latest
178
178
steps :
179
179
- name : Set up Go 1.x
180
- uses : actions/setup-go@v2
180
+ uses : actions/setup-go@v3
181
181
with :
182
182
go-version : ${{ env.GO_VERSION }}
183
183
id : go
184
184
185
185
- name : Check out code into the Go module directory
186
- uses : actions/checkout@v2
186
+ uses : actions/checkout@v3
187
187
188
188
- name : Setup environment
189
189
run : |
@@ -199,13 +199,13 @@ jobs:
199
199
runs-on : ubuntu-latest
200
200
steps :
201
201
- name : Set up Go 1.x
202
- uses : actions/setup-go@v2
202
+ uses : actions/setup-go@v3
203
203
with :
204
204
go-version : ${{ env.GO_VERSION }}
205
205
id : go
206
206
207
207
- name : Check out code into the Go module directory
208
- uses : actions/checkout@v2
208
+ uses : actions/checkout@v3
209
209
210
210
- name : Setup environment
211
211
run : |
0 commit comments