Skip to content

Commit 26ee605

Browse files
authored
Update ci.yml
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 9fa9566 commit 26ee605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
needs: build
6060
strategy:
6161
matrix:
62-
k8s: [v1.11.10, v1.12.10, v1.14.10, v1.16.9, v1.18.2]
62+
k8s: [v1.12.10, v1.14.10, v1.16.9, v1.18.4]
6363
steps:
6464
- name: Check out code into the Go module directory
6565
uses: actions/checkout@v1
@@ -68,7 +68,7 @@ jobs:
6868
id: kind
6969
uses: engineerd/setup-kind@v0.3.0
7070
with:
71-
version: v0.7.0
71+
version: v0.8.1
7272
config: hack/kubernetes/kind.yaml
7373
image: kindest/node:${{ matrix.k8s }}
7474

0 commit comments

Comments
 (0)