commit
This commit is contained in:
parent
f6f7521ffe
commit
797dff685b
21 changed files with 51 additions and 37 deletions
|
@ -38,7 +38,7 @@ configure_depot_nodejs() {
|
|||
}
|
||||
|
||||
install_go() {
|
||||
GO_VERSION=1.19.2
|
||||
GO_VERSION=1.20.4
|
||||
[ ! "$1" == "" ] && GO_VERSION=$1
|
||||
PATH=$PATH:/usr/local/go/bin
|
||||
if [ ! "$(go version)" == "go version go${GO_VERSION} linux/amd64" ] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue