Skip to content

Commit c66a23d

Browse files
authored
Update environment k8s version on CI (#1688)
**Benefits** Test the changes on a new environment Fix: #1687 Signed-off-by: Alvaro Neira Ayuso <[email protected]>
1 parent d23a4a4 commit c66a23d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
strategy:
157157
matrix:
158-
k8s: ["1.24.15","1.25.11","1.26.6","1.27.3"]
158+
k8s: ["1.29.13","1.30.9","1.31.5","1.32.1"]
159159
env:
160160
MINIKUBE_WANTUPDATENOTIFICATION: "false"
161161
MINIKUBE_WANTREPORTERRORPROMPT: "false"
@@ -178,9 +178,9 @@ jobs:
178178
- name: Check out code into the Go module directory
179179
uses: actions/[email protected]
180180

181-
- uses: medyagh/[email protected].13
181+
- uses: medyagh/[email protected].19
182182
with:
183-
minikube-version: 1.30.1
183+
minikube-version: 1.35.0
184184
kubernetes-version: ${{ matrix.k8s }}
185185

186186
# need to delete old state of the cluster, see:
@@ -223,7 +223,7 @@ jobs:
223223
runs-on: ubuntu-latest
224224
strategy:
225225
matrix:
226-
k8s: ["1.24.15","1.25.11","1.26.6","1.27.3"]
226+
k8s: ["1.29.13","1.30.9","1.31.5","1.32.1"]
227227
env:
228228
MINIKUBE_WANTUPDATENOTIFICATION: "false"
229229
MINIKUBE_WANTREPORTERRORPROMPT: "false"
@@ -246,9 +246,9 @@ jobs:
246246
- name: Check out code into the Go module directory
247247
uses: actions/[email protected]
248248

249-
- uses: medyagh/[email protected].13
249+
- uses: medyagh/[email protected].19
250250
with:
251-
minikube-version: 1.30.1
251+
minikube-version: 1.35.0
252252
kubernetes-version: ${{ matrix.k8s }}
253253

254254
- name: Install Helm

0 commit comments

Comments
 (0)