Skip to content

Commit

Permalink
Export too /Users/cmoullia/go
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Aug 30, 2024
1 parent bdb3167 commit cc92ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_buildpack_testing_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ chmod +x $HOME/bin/go
mkdir -p $HOME/workspace
export GOPATH=$HOME/workspace
export GOROOT=$HOME/bin/go
export PATH=$PATH:$GOROOT/bin
export PATH=$PATH:$GOROOT/bin:$GOPATH
go version

print::message_with_color "${GREEN}" "Installing libpak/create-package."
Expand Down

0 comments on commit cc92ac6

Please sign in to comment.