bueale commented on a change in pull request #6026:
URL: https://github.com/apache/trafficcontrol/pull/6026#discussion_r670036840



##########
File path: .github/actions/to-integration-tests/entrypoint.sh
##########
@@ -100,7 +77,6 @@ sudo apt-get install -y --no-install-recommends gettext
 
 GOROOT=/usr/local/go
 export GOROOT PATH="${PATH}:${GOROOT}/bin"

Review comment:
       These have been removed.

##########
File path: .github/actions/pr-to-update-go/update_golang_org_x.sh
##########
@@ -19,31 +19,10 @@
 set -o errexit -o nounset
 trap 'echo "Error on line ${LINENO} of ${0}"; exit 1' ERR
 
-# download_go downloads and installs the GO version specified in GO_VERSION
-download_go() {
-       . build/functions.sh
-       if verify_and_set_go_version; then
-               return
-       fi
-       go_version="$(cat "${GITHUB_WORKSPACE}/GO_VERSION")"
-       wget -O go.tar.gz 
"https://dl.google.com/go/go${go_version}.linux-amd64.tar.gz"; --no-verbose
-       echo "Extracting Go ${go_version}..."
-       <<-'SUDO_COMMANDS' sudo sh
-               set -o errexit
-    go_dir="$(command -v go | xargs realpath | xargs dirname | xargs dirname)"
-               mv "$go_dir" "${go_dir}.unused"
-               tar -C /usr/local -xzf go.tar.gz
-       SUDO_COMMANDS
-       rm go.tar.gz
-       go version
-}
-
 GOROOT=/usr/local/go
 export PATH="${PATH}:${GOROOT}/bin"

Review comment:
       These have been removed.

##########
File path: .github/actions/tp-integration-tests/entrypoint.sh
##########
@@ -155,7 +137,6 @@ CHROMIUM_VER=$(docker exec "$CHROMIUM_CONTAINER" chromium 
--version | grep -Eo '
 
 GOROOT=/usr/local/go
 export PATH="${PATH}:${GOROOT}/bin"

Review comment:
       These have been removed.

##########
File path: .github/actions/tm-integration-tests/entrypoint.sh
##########
@@ -75,7 +52,6 @@ sudo apt-get install -y --no-install-recommends gettext
 
 GOROOT=/usr/local/go
 export GOROOT PATH="${PATH}:${GOROOT}/bin"

Review comment:
       These have been removed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to