You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/static.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ jobs:
15
15
steps:
16
16
- uses: actions/checkout@master
17
17
- name: Setup Golang
18
-
uses: actions/setup-go@v5.2.0
18
+
uses: actions/setup-go@v5.3.0
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,7 +29,7 @@ jobs:
29
29
steps:
30
30
- uses: actions/checkout@master
31
31
- name: Setup Golang
32
-
uses: actions/setup-go@v5.2.0
32
+
uses: actions/setup-go@v5.3.0
33
33
with:
34
34
go-version-file: './backend/go.mod'
35
35
- name: "Install dupimport"
@@ -58,7 +58,7 @@ jobs:
58
58
steps:
59
59
- uses: actions/checkout@master
60
60
- name: Setup Golang
61
-
uses: actions/setup-go@v5.2.0
61
+
uses: actions/setup-go@v5.3.0
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
-
uses: actions/setup-go@v5.2.0
123
+
uses: actions/setup-go@v5.3.0
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
-
uses: actions/setup-go@v5.2.0
174
+
uses: actions/setup-go@v5.3.0
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
-
uses: actions/setup-go@v5.2.0
210
+
uses: actions/setup-go@v5.3.0
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
-
uses: actions/setup-go@v5.2.0
224
+
uses: actions/setup-go@v5.3.0
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
-
uses: actions/setup-go@v5.2.0
238
+
uses: actions/setup-go@v5.3.0
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
-
uses: actions/setup-go@v5.2.0
271
+
uses: actions/setup-go@v5.3.0
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
-
uses: actions/setup-go@v5.2.0
287
+
uses: actions/setup-go@v5.3.0
288
288
with:
289
289
go-version-file: './backend/go.mod'
290
290
- name: "Install mockgen and mockery for generating mocks"
0 commit comments