Release sync - v0.13.0 (#2215)

* make: Update kubeconform target versions

* docs: Update changelog

* docs: Update release details and matrix

* Update support matrix and ci to include 1.26
This commit is contained in:
Philip Gough
2023-09-08 13:54:26 +01:00
committed by GitHub
parent 76ebaeeafe
commit 7fafc4cadc
5 changed files with 39 additions and 24 deletions

View File

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