Skip to content

Commit

Permalink
Bump go version used inside devcontainer image 1.21 -> 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Jul 16, 2024
1 parent c9c3edc commit bc222b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/go:1.21-bullseye
FROM mcr.microsoft.com/devcontainers/go:1.22-bullseye

ARG TARGETOS
ARG TARGETARCH
Expand Down Expand Up @@ -41,4 +41,4 @@ RUN set -eux; \
RUN apt-get update \
&& apt-get install -y --no-install-recommends protobuf-compiler \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

0 comments on commit bc222b1

Please sign in to comment.