Skip to content

Commit

Permalink
Bumping to go1.23 in Github workflows (CI).
Browse files Browse the repository at this point in the history
Signed-off-by: Yoni Bettan <[email protected]>
  • Loading branch information
ybettan authored and k8s-ci-robot committed Jan 1, 2025
1 parent 31a6af2 commit 7c5569e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- if: matrix.language == 'go'
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: e2e
on: [pull_request]

env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Generate code
run: make generate
Expand Down

0 comments on commit 7c5569e

Please sign in to comment.