1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Drop support for Kubernetes <1.16

This commit is contained in:
stefanprodan
2020-07-20 14:37:50 +03:00
parent dcec8007d4
commit 670070a879
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,9 @@ jobs:
with:
go-version: 1.14.x
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@v0.4.0
with:
image: kindest/node:v1.16.9
- name: Run test
run: make test
- name: Check if working tree is dirty