File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,6 @@ jobs:
205
205
strategy :
206
206
matrix :
207
207
kubernetes-version :
208
- - ' v1.25.3'
209
208
- ' v1.26.0'
210
209
steps :
211
210
- name : setup golang
@@ -231,12 +230,14 @@ jobs:
231
230
runs-on : ubuntu-latest
232
231
needs : build-push-images
233
232
strategy :
233
+ fail-fast : true
234
234
matrix :
235
- minor :
236
- - ' 21'
237
- - ' 22'
238
- - ' 23'
239
- - ' 24'
235
+ kubernetes-version :
236
+ - ' v1.21.12'
237
+ - ' v1.22.9'
238
+ - ' v1.23.6'
239
+ - ' v1.24.2'
240
+ - ' v1.25.3'
240
241
steps :
241
242
- name : setup golang
242
243
uses : actions/setup-go@v3
@@ -267,7 +268,7 @@ jobs:
267
268
GOOGLE_APPLICATION_CREDENTIALS : ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
268
269
GOOGLE_PROJECT : ${{ secrets.GOOGLE_PROJECT }}
269
270
GOOGLE_LOCATION : ${{ secrets.GOOGLE_LOCATION }}
270
- KONG_CLUSTER_VERSION : v1. ${{ matrix.minor }}
271
+ KONG_CLUSTER_VERSION : ${{ matrix.kubernetes-version }}
271
272
KONG_LICENSE_DATA : ${{ steps.license.outputs.license }}
272
273
273
274
publish-release :
You can’t perform that action at this time.
0 commit comments