You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo "Preparing the environment and installing dependencies..."
65
-
@# Check Go installation and version
66
-
@command -v go >/dev/null 2>&1|| { echo>&2"Error: Go is not installed. Please install Go before continuing. You can use gvm to install the appropriate Go environment.";exit 1; }
67
-
@GO_VERSION=$$(go version | awk '{print $$3}' | sed 's/go//');\
0 commit comments