We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af07b3 commit 011c2f7Copy full SHA for 011c2f7
01_install_requirements.sh
@@ -100,7 +100,7 @@ sudo dnf -y install jq
100
sudo python -m pip install yq
101
yq -iy '.[3].dnf.nobest = "true"' ${METAL3_DEV_ENV_PATH}/vm-setup/roles/packages_installation/tasks/centos_required_packages.yml
102
103
-GO_VERSION=${GO_VERSION:-1.21.7}
+GO_VERSION=${GO_VERSION:-1.22.3}
104
105
GOARCH=$(uname -m)
106
if [[ $GOARCH == "aarch64" ]]; then
0 commit comments