chore: Update dependencies and test matrix (#2121)

* chore: Bump go version to update k8s deps

* chore: Update test matrix for ci

* docs: Update latest test matrix
This commit is contained in:
Philip Gough
2023-06-01 14:19:42 +01:00
committed by GitHub
parent 3fff8b5609
commit 0051df48b8
6 changed files with 80 additions and 197 deletions

View File

@@ -3,8 +3,8 @@ on:
- push
- pull_request
env:
golang-version: '1.18'
kind-version: 'v0.16.0'
golang-version: '1.19'
kind-version: 'v0.19.0'
jobs:
generate:
runs-on: ${{ matrix.os }}
@@ -83,8 +83,8 @@ jobs:
strategy:
matrix:
kind-image:
- 'kindest/node:v1.25.2'
- 'kindest/node:v1.24.6'
- 'kindest/node:v1.27.1'
- 'kindest/node:v1.26.4'
steps:
- uses: actions/checkout@v3
with:

View File

@@ -5,17 +5,17 @@ on:
schedule:
- cron: '37 7 * * 1'
env:
golang-version: '1.18'
golang-version: '1.19'
jobs:
versions:
runs-on: ubuntu-latest
strategy:
matrix:
branch:
- 'release-0.8'
- 'release-0.9'
- 'release-0.10'
- 'release-0.11'
- 'release-0.12'
- 'main'
steps:
- uses: actions/checkout@v3