File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ RUN curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin
119119ENV PATH="/root/.phpenv/shims:/root/.phpenv/bin:$PATH"
120120
121121# #go
122- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
122+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
123123ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
124124ENV GOENV_DISABLE_GOPATH=1
125125ENV GOPATH="/go"
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ RUN curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin
157157ENV PATH="/root/.phpenv/shims:/root/.phpenv/bin:$PATH"
158158
159159# #go
160- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
160+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
161161ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
162162ENV GOENV_DISABLE_GOPATH=1
163163ENV GOPATH="/go"
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ RUN curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin
156156ENV PATH="/root/.phpenv/shims:/root/.phpenv/bin:$PATH"
157157
158158# #go
159- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
159+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
160160ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
161161ENV GOENV_DISABLE_GOPATH=1
162162ENV GOPATH="/go"
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin
122122ENV PATH="/root/.phpenv/shims:/root/.phpenv/bin:$PATH"
123123
124124# #go
125- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
125+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
126126ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
127127ENV GOENV_DISABLE_GOPATH=1
128128ENV GOPATH="/go"
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ RUN phpenv update \
465465# **************** GOLANG ****************************************************
466466
467467# goenv
468- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
468+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
469469ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
470470
471471ENV GOLANG_26_VERSION="1.26.0" \
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ RUN phpenv update \
468468# **************** GOLANG ****************************************************
469469
470470# goenv
471- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
471+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
472472ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
473473
474474ENV GOLANG_26_VERSION="1.26.0" \
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ RUN curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin
171171ENV PATH="/root/.phpenv/shims:/root/.phpenv/bin:$PATH"
172172
173173# go
174- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
174+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
175175ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
176176ENV GOENV_DISABLE_GOPATH=1
177177ENV GOPATH="/go"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin
142142ENV PATH="/root/.phpenv/shims:/root/.phpenv/bin:$PATH"
143143
144144# go
145- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
145+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
146146ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
147147ENV GOENV_DISABLE_GOPATH=1
148148ENV GOPATH="/go"
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ RUN phpenv update \
446446# **************** GOLANG ****************************************************
447447
448448# goenv
449- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
449+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
450450ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
451451
452452ENV GOLANG_26_VERSION="1.26.0" \
Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ RUN phpenv update \
444444# **************** GOLANG ****************************************************
445445
446446# goenv
447- RUN git clone https://github.com/syndbg /goenv.git $HOME/.goenv
447+ RUN git clone -b master https://github.com/go-nv /goenv.git $HOME/.goenv
448448ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
449449
450450ENV GOLANG_26_VERSION="1.26.0" \
You can’t perform that action at this time.
0 commit comments