Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing with earlier go version #2681

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kaushikpuneet07
Copy link
Contributor

Job was failing because of go version , reverting to old one . Tested and verified , job looks good with earlier go version

@kaushikpuneet07 kaushikpuneet07 force-pushed the check-go branch 3 times, most recently from 09212a6 to a38ee4a Compare June 10, 2024 09:21
Comment on lines +17 to +19
sudo yum -y install wget
wget https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/gcc-c++-11.4.1-2.3.el9.x86_64.rpm
wget https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/gcc-11.4.1-2.3.el9.x86_64.rpm
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we cannot install these packages from the repo

@@ -55,7 +65,7 @@ elif [ -f /usr/bin/apt ]; then
fi

# We need to use golang version >= 1.21. Downloading golang from tarball to ensure each platform uses the same version.
sudo wget https://go.dev/dl/go1.21.9.linux-amd64.tar.gz
sudo wget https://go.dev/dl/go1.17.7.linux-amd64.tar.gz
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why such old golang version? there are a lot of cves in it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants