Skip to content

Commit fb3bb4a

Browse files
authored
update go version in workflows
Signed-off-by: Evan Baker <[email protected]>
1 parent 4091d9c commit fb3bb4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/crdgen.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
- synchronize
99
- ready_for_review
1010
jobs:
11-
crdgen119:
11+
crdgen:
1212
strategy:
1313
matrix:
14-
go-version: ['1.20','1.21']
14+
go-version: ['1.21']
1515
os: [ubuntu-latest]
1616
name: CRDs are Generated
1717
runs-on: ${{ matrix.os }}

.github/workflows/golangci.yaml

+2-2
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.20.x','1.21.x']
15+
go-version: ['1.21.x']
1616
os: [ubuntu-latest, windows-latest]
1717
name: Lint
1818
runs-on: ${{ matrix.os }}
@@ -26,6 +26,6 @@ jobs:
2626
- name: golangci-lint
2727
uses: golangci/golangci-lint-action@v3
2828
with:
29-
version: v1.52.2
29+
version: v1.55.2
3030
args: --timeout=25m
3131
only-new-issues: true

0 commit comments

Comments
 (0)