We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c487e6 commit bc11463Copy full SHA for bc11463
.github/workflows/crdgen.yaml
@@ -11,7 +11,7 @@ jobs:
11
crdgen119:
12
strategy:
13
matrix:
14
- go-version: ["1.21", "1.22"]
+ go-version: ["1.22", "1.23"]
15
os: [ubuntu-latest]
16
name: CRDs are Generated
17
runs-on: ${{ matrix.os }}
.github/workflows/golangci.yaml
@@ -12,7 +12,7 @@ jobs:
fail-fast: false
- go-version: ["1.21.x", "1.22.x"]
+ go-version: ["1.22.x", "1.23.x"]
os: [ubuntu-latest, windows-latest]
name: Lint
18
0 commit comments