We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4091d9c commit fb3bb4aCopy full SHA for fb3bb4a
.github/workflows/crdgen.yaml
@@ -8,10 +8,10 @@ on:
8
- synchronize
9
- ready_for_review
10
jobs:
11
- crdgen119:
+ crdgen:
12
strategy:
13
matrix:
14
- go-version: ['1.20','1.21']
+ go-version: ['1.21']
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.20.x','1.21.x']
+ go-version: ['1.21.x']
os: [ubuntu-latest, windows-latest]
name: Lint
18
@@ -26,6 +26,6 @@ jobs:
26
- name: golangci-lint
27
uses: golangci/golangci-lint-action@v3
28
with:
29
- version: v1.52.2
+ version: v1.55.2
30
args: --timeout=25m
31
only-new-issues: true
0 commit comments