update
This commit is contained in:
parent
16bd25d1d7
commit
8178f6679a
12 changed files with 15 additions and 15 deletions
|
@ -38,7 +38,7 @@ configure_depot_nodejs() {
|
|||
}
|
||||
|
||||
install_go() {
|
||||
GO_VERSION=1.22.1
|
||||
GO_VERSION=1.22.3
|
||||
[ ! "$1" == "" ] && GO_VERSION=$1
|
||||
PATH=$PATH:/usr/local/go/bin
|
||||
if [ -e /usr/local/go/bin/go ] || [ ! "$(go version)" == "go version go${GO_VERSION} linux/amd64" ] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue