mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix for newer go version (#30889)
go get for compiling and installing is deprecated. Updating it to the new "go install"
This commit is contained in:
parent
5f58daaf57
commit
39bbcf2f9c
@ -29,7 +29,7 @@ fi
|
||||
|
||||
if ! which gox > /dev/null; then
|
||||
echo "==> Installing gox..."
|
||||
go get github.com/mitchellh/gox
|
||||
go install github.com/mitchellh/gox
|
||||
fi
|
||||
|
||||
# Instruct gox to build statically linked binaries
|
||||
|
Loading…
Reference in New Issue
Block a user