Skip to content

Commit

Permalink
Go install version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoggins committed Sep 8, 2022
1 parent eb343ef commit 3ae4a9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/install/workers.sh
Original file line number Diff line number Diff line change
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

0 comments on commit 3ae4a9a

Please sign in to comment.