Skip to content

Commit db27ed8

Browse files
committed
Update golang version to 1.25
Update to go version 1.25 since 1.24 is EOL https://endoflife.date/go now.
1 parent 40265be commit db27ed8

19 files changed

Lines changed: 21 additions & 21 deletions

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CRC environment",
3-
"image": "registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20",
3+
"image": "registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21",
44

55
"customizations": {
66
"vscode": {

.github/workflows/choco-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os:
1414
- windows-2022
1515
go:
16-
- '1.24'
16+
- '1.25'
1717
steps:
1818
- name: Check out repository code
1919
uses: actions/checkout@v6

.github/workflows/macos-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- macOS-15-intel
2121
- macOS-15
2222
go:
23-
- '1.24'
23+
- '1.25'
2424
steps:
2525
# Enable tmate debugging of manually-triggered workflows if the input option was provided
2626
- name: Setup tmate session

.github/workflows/make-check-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os:
1414
- windows-2022
1515
go:
16-
- '1.24'
16+
- '1.25'
1717
steps:
1818
- name: Check out repository code
1919
uses: actions/checkout@v6

.github/workflows/make-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ubuntu-latest
1717
- ubuntu-22.04
1818
go:
19-
- '1.24'
19+
- '1.25'
2020
steps:
2121
- name: Check out repository code
2222
uses: actions/checkout@v6

.github/workflows/make-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os:
1414
- ubuntu-latest
1515
go:
16-
- '1.24'
16+
- '1.25'
1717
steps:
1818
- name: Free disk space
1919
uses: palmsoftware/quick-cleanup@v0

.github/workflows/qe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
go:
15-
- '1.24'
15+
- '1.25'
1616
os: ['linux', 'windows', 'darwin']
1717
arch: ['amd64', 'arm64']
1818
exclude:

.github/workflows/test-okd-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
go:
14-
- '1.24'
14+
- '1.25'
1515
env:
1616
SHELL: /bin/bash
1717
KUBECONFIG: '/Users/runner/.kube/config'

.github/workflows/verify-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
verify-devcontainer:
99
runs-on: ubuntu-24.04
1010
container:
11-
image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20
11+
image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21
1212
options: --cpus 4
1313
steps:
1414
- name: Run `git clone`

.github/workflows/windows-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ['windows-2025']
25-
go: ['1.24']
25+
go: ['1.25']
2626
steps:
2727
- name: Check out repository code
2828
uses: actions/checkout@v6

0 commit comments

Comments
 (0)