We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe6bb1 commit 6afaa6bCopy full SHA for 6afaa6b
.devcontainer/Dockerfile
@@ -188,7 +188,7 @@ RUN curl -sSL "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o aws
188
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && \
189
rm -rf awscliv2.zip ./aws
190
191
-ENV GO_VERSION=1.24.1
+ENV GO_VERSION=1.23.6
192
ENV GOPATH=/root/go-packages
193
ENV GOROOT=/root/go
194
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
0 commit comments