1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

.github/workflows/ci.yaml: Bump Kubernetes and kind versions

This commit is contained in:
Lili Cosic
2021-01-13 11:32:34 +01:00
parent e3424f6452
commit 48050f4eb9

View File

@@ -4,8 +4,8 @@ on:
- pull_request
env:
golang-version: '1.15'
kind-version: 'v0.8.1'
kind-image: 'kindest/node:v1.18.8' # Image defines which k8s version is used
kind-version: 'v0.9.0'
kind-image: 'kindest/node:v1.20.0' # Image defines which k8s version is used
jobs:
generate:
runs-on: ${{ matrix.os }}