Skip to content

Commit

Permalink
Update Golang version to 1.21.5 ci-setup-golang.sh
Browse files Browse the repository at this point in the history
go1.19.2 has few vulnerabilities CVE-2023-24538, CVE-2023-24540, CVE-2023-45285.

Updating the golang version to 1.21.5 to remediate the vulnerabilities.
  • Loading branch information
abhibms06 authored Feb 12, 2024
1 parent d41c974 commit 3e51a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-setup-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case $OS in
Linux) OS="linux" ;;
esac

curl "https://storage.googleapis.com/golang/go1.19.2.${OS}-${ARCH}.tar.gz" --silent --location | tar -xz
curl "https://storage.googleapis.com/golang/go${GOVER}.${OS}-${ARCH}.tar.gz" --silent --location | tar -xz

export PATH="$(pwd)/go/bin:$PATH"

Expand Down

0 comments on commit 3e51a44

Please sign in to comment.