mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-11 06:30:04 +00:00
Drop support for Kubernetes <1.16
This commit is contained in:
parent
dcec8007d4
commit
670070a879
2 changed files with 4 additions and 2 deletions
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue