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