15
15
steps :
16
16
- uses : actions/checkout@master
17
17
- name : Setup Golang
18
-
18
+
19
19
with :
20
20
go-version-file : ' ./backend/go.mod'
21
21
- name : " Run make fmt and then 'git diff' to see if anything changed: to fix this check, run make fmt and then commit the changes."
29
29
steps :
30
30
- uses : actions/checkout@master
31
31
- name : Setup Golang
32
-
32
+
33
33
with :
34
34
go-version-file : ' ./backend/go.mod'
35
35
- name : " Install dupimport"
58
58
steps :
59
59
- uses : actions/checkout@master
60
60
- name : Setup Golang
61
-
61
+
62
62
with :
63
63
go-version-file : ' ./backend/go.mod'
64
64
- name : " Install gosec"
@@ -120,7 +120,7 @@ jobs:
120
120
- name : Checkout code
121
121
uses : actions/checkout@v4
122
122
- name : Setup Golang
123
-
123
+
124
124
with :
125
125
go-version-file : ' ./backend/go.mod'
126
126
@@ -171,7 +171,7 @@ jobs:
171
171
- name : Checkout code
172
172
uses : actions/checkout@v4
173
173
- name : Setup Golang
174
-
174
+
175
175
with :
176
176
go-version-file : ' ./backend/go.mod'
177
177
@@ -207,7 +207,7 @@ jobs:
207
207
- name : Checkout code
208
208
uses : actions/checkout@v4
209
209
- name : Setup Golang
210
-
210
+
211
211
with :
212
212
go-version-file : ' ./backend/go.mod'
213
213
- name : " Install go modules for migration"
@@ -221,7 +221,7 @@ jobs:
221
221
- name : Checkout code
222
222
uses : actions/checkout@v4
223
223
- name : Setup Golang
224
-
224
+
225
225
with :
226
226
go-version-file : ' ./backend/go.mod'
227
227
- name : " Install go modules for migration"
@@ -235,7 +235,7 @@ jobs:
235
235
- name : Checkout code
236
236
uses : actions/checkout@v4
237
237
- name : Setup Golang
238
-
238
+
239
239
with :
240
240
go-version-file : ' ./backend/go.mod'
241
241
- name : " Start PostgreSQL"
@@ -268,7 +268,7 @@ jobs:
268
268
steps :
269
269
- uses : actions/checkout@master
270
270
- name : Setup Golang
271
-
271
+
272
272
with :
273
273
go-version-file : ' ./backend/go.mod'
274
274
- name : " Run 'make generate-manifests' and report any diff (to fix this if failing: run 'make clean' then 'make generate-manifests' at root, and check in changes)"
@@ -284,7 +284,7 @@ jobs:
284
284
- name : Checkout code
285
285
uses : actions/checkout@v4
286
286
- name : Setup Golang
287
-
287
+
288
288
with :
289
289
go-version-file : ' ./backend/go.mod'
290
290
- name : " Install mockgen and mockery for generating mocks"
0 commit comments