Update compatibility matrix to include 1.28 (#2209)
* Update compatibility matrix to include 1.28 * jb update and generate * drop deprecated metric and generate
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -3,8 +3,8 @@ on:
|
||||
- push
|
||||
- pull_request
|
||||
env:
|
||||
golang-version: '1.19'
|
||||
kind-version: 'v0.19.0'
|
||||
golang-version: '1.20'
|
||||
kind-version: 'v0.20.0'
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -83,8 +83,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
kind-image:
|
||||
- 'kindest/node:v1.27.1'
|
||||
- 'kindest/node:v1.26.4'
|
||||
- 'kindest/node:v1.28.0'
|
||||
- 'kindest/node:v1.27.3'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user