mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-12 23:56:29 +00:00
Bump up Go to 1.21.4
This commit is contained in:
parent
fe72eff573
commit
8c930355bd
@ -8,7 +8,7 @@ if [ "$ARCH" = "x86_64" ]; then
|
||||
fi
|
||||
|
||||
function install_go() {
|
||||
local version="1.20.2"
|
||||
local version="1.21.4"
|
||||
if command -v "go" > /dev/null 2>&1 && go version | grep "$version"; then
|
||||
echo "Go version $version is already installed"
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user