Skip to content

Commit 011c2f7

Browse files
authored
Upgrade golang to 1.22.3 (#1662)
1 parent 1af07b3 commit 011c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sudo dnf -y install jq
100100
sudo python -m pip install yq
101101
yq -iy '.[3].dnf.nobest = "true"' ${METAL3_DEV_ENV_PATH}/vm-setup/roles/packages_installation/tasks/centos_required_packages.yml
102102

103-
GO_VERSION=${GO_VERSION:-1.21.7}
103+
GO_VERSION=${GO_VERSION:-1.22.3}
104104

105105
GOARCH=$(uname -m)
106106
if [[ $GOARCH == "aarch64" ]]; then

0 commit comments

Comments
 (0)