Skip to content

Commit e4fd8a9

Browse files
authored
update devcontainer golang version (#20500)
update devcontainer golang version
1 parent d82dafe commit e4fd8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RUN curl -sSL "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o aws
188188
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && \
189189
rm -rf awscliv2.zip ./aws
190190

191-
ENV GO_VERSION=1.22.2
191+
ENV GO_VERSION=1.23.3
192192
ENV GOPATH=/root/go-packages
193193
ENV GOROOT=/root/go
194194
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)