Skip to content

Commit

Permalink
Merge pull request #1978 from chaoss/spg-patch-acc
Browse files Browse the repository at this point in the history
Go install version update.
  • Loading branch information
sgoggins committed Sep 8, 2022
2 parents eb343ef + c509e7d commit 7f1fc3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/install/workers.sh
Expand Up @@ -43,9 +43,11 @@ do

done

export PATH=$PATH:/usr/local/go/bin
curl -fsSLo- https://s.id/golang-linux | bash

go mod download github.com/maxbrunsfeld/counterfeiter/v6@v6.5.0
export GOROOT="/home/$USER/go"
export GOPATH="/home/$USER/go/packages"
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

if [ -d "$HOME/scorecard" ]; then
echo " Scorecard already exists, skipping cloning ..."
Expand Down
1 change: 1 addition & 0 deletions util/docker/backend/Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN set -x \
&& apt-get update \
&& apt-get -y install --no-install-recommends \
git \
curl \
gcc \
python3-pip \
wget \
Expand Down

0 comments on commit 7f1fc3b

Please sign in to comment.