Skip to content

Commit

Permalink
update go to version 21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Reppin committed Jul 9, 2024
1 parent 579deb9 commit d86c395
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
# See README.md

# Install go
ARG GO_VERSION=1.21.9
ARG GO_VERSION=1.21.12
RUN rm -rf /usr/local/go && \
wget -O ${GO_VERSION}.tar.gz https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz && \
tar -C /usr/local -xzf ${GO_VERSION}.tar.gz && \
Expand Down Expand Up @@ -64,4 +64,4 @@ RUN apt-get update && \

# Install Pulumi
RUN curl -fsSL https://get.pulumi.com | sh
ENV PATH=$PATH:/root/.pulumi/bin
ENV PATH=$PATH:/root/.pulumi/bin
Loading

0 comments on commit d86c395

Please sign in to comment.