Skip to content

Commit de98f96

Browse files
anjannathpraveenkumar
authored andcommitted
ci: update golang version to go1.23
1 parent 23b88d0 commit de98f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sudo systemctl reload NetworkManager
5858

5959
git clone https://github.com/code-ready/crc.git
6060
pushd crc
61-
podman run --rm -v ${PWD}:/data:Z registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17 /bin/bash -c "cd /data && make cross"
61+
podman run --rm -v ${PWD}:/data:Z registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23-openshift-4.19 /bin/bash -c "cd /data && make cross"
6262
sudo mv out/linux-amd64/crc /usr/local/bin/
6363
popd
6464

ci_microshift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sudo virsh undefine crc --nvram
1818

1919
git clone https://github.com/crc-org/crc.git
2020
pushd crc
21-
podman run --rm -v ${PWD}:/data:Z registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17 /bin/bash -c "cd /data && make cross"
21+
podman run --rm -v ${PWD}:/data:Z registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23-openshift-4.19 /bin/bash -c "cd /data && make cross"
2222
sudo mv out/linux-amd64/crc /usr/local/bin/
2323
popd
2424

0 commit comments

Comments
 (0)