Skip to content

Commit

Permalink
more script testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrozean committed Jun 17, 2024
1 parent 54e8a39 commit f93e008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-distro-base/scripts/install_golang
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function build::go::install {

local -r majorversion=$(if [[ $(echo "$version" | awk -F'.' '{print NF}') -ge 3 ]]; then echo ${version%.*}; else echo ${version%-*}; fi)

echo $(ls -al /go)
echo $(ls -al /go/bin)
# go install pulls latest versions and "$golang_version" download
# unpacks the rpm into /root/sdk/$golang_version/
"go$majorversion" install "golang.org/dl/$golang_version@latest"
Expand Down

0 comments on commit f93e008

Please sign in to comment.