Fix go error in package_prerequisite step 60/4460/3
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 24 Sep 2021 22:25:29 +0000 (15:25 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Mon, 4 Oct 2021 23:51:16 +0000 (16:51 -0700)
The common.sh file is sourced before go is installed and it wants to
execute go env.  Defer the execution until after go is installed.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I53063c60eb6140eeb79b7567ac3585ca477ce3fd


No differences found