Skip to content

Commit 0845469

Browse files
authored
Merge pull request #587 from Dylan-AWS/Dylan-AWS
Update golang 18 to 1.18.8
2 parents 0df2adc + 459c656 commit 0845469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

al2/x86_64/standard/4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
299299
#**************** END PHP ****************************************************
300300

301301
#**************** GOLANG ****************************************************
302-
ENV GOLANG_18_VERSION="1.18.3"
302+
ENV GOLANG_18_VERSION="1.18.8"
303303
ENV GOENV_DISABLE_GOPATH=1
304304
ENV GOPATH="/go"
305305

ubuntu/standard/6.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
227227
#**************** END PHP ****************************************************
228228

229229
#**************** GOLANG ****************************************************
230-
ENV GOLANG_18_VERSION="1.18.3"
230+
ENV GOLANG_18_VERSION="1.18.8"
231231

232232
RUN goenv install $GOLANG_18_VERSION && rm -rf /tmp/* && \
233233
goenv global $GOLANG_18_VERSION && \

0 commit comments

Comments
 (0)