Skip to content

Commit 7c5569e

Browse files
ybettank8s-ci-robot
authored andcommitted
Bumping to go1.23 in Github workflows (CI).
Signed-off-by: Yoni Bettan <[email protected]>
1 parent 31a6af2 commit 7c5569e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- if: matrix.language == 'go'
4444
uses: actions/setup-go@v5
4545
with:
46-
go-version: '1.22'
46+
go-version: '1.23'
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: e2e
33
on: [pull_request]
44

55
env:
6-
GO_VERSION: '1.22'
6+
GO_VERSION: '1.23'
77

88
jobs:
99

.github/workflows/test-codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22'
20+
go-version: '1.23'
2121

2222
- name: Generate code
2323
run: make generate

0 commit comments

Comments
 (0)