File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
299
299
# **************** END PHP ****************************************************
300
300
301
301
# **************** GOLANG ****************************************************
302
- ENV GOLANG_18_VERSION="1.18.3 "
302
+ ENV GOLANG_18_VERSION="1.18.8 "
303
303
ENV GOENV_DISABLE_GOPATH=1
304
304
ENV GOPATH="/go"
305
305
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
227
227
# **************** END PHP ****************************************************
228
228
229
229
# **************** GOLANG ****************************************************
230
- ENV GOLANG_18_VERSION="1.18.3 "
230
+ ENV GOLANG_18_VERSION="1.18.8 "
231
231
232
232
RUN goenv install $GOLANG_18_VERSION && rm -rf /tmp/* && \
233
233
goenv global $GOLANG_18_VERSION && \
You can’t perform that action at this time.
0 commit comments