Skip to content

Commit

Permalink
update devcontainer golang version (#20500)
Browse files Browse the repository at this point in the history
update devcontainer golang version
  • Loading branch information
iQQBot authored Jan 6, 2025
1 parent d82dafe commit e4fd8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ RUN curl -sSL "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o aws
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && \
rm -rf awscliv2.zip ./aws

ENV GO_VERSION=1.22.2
ENV GO_VERSION=1.23.3
ENV GOPATH=/root/go-packages
ENV GOROOT=/root/go
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
Expand Down

0 comments on commit e4fd8a9

Please sign in to comment.