Skip to content

Commit bc11463

Browse files
committed
update github workflows dependencies
1 parent 4c487e6 commit bc11463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/crdgen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
crdgen119:
1212
strategy:
1313
matrix:
14-
go-version: ["1.21", "1.22"]
14+
go-version: ["1.22", "1.23"]
1515
os: [ubuntu-latest]
1616
name: CRDs are Generated
1717
runs-on: ${{ matrix.os }}

.github/workflows/golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go-version: ["1.21.x", "1.22.x"]
15+
go-version: ["1.22.x", "1.23.x"]
1616
os: [ubuntu-latest, windows-latest]
1717
name: Lint
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)