Skip to content

Commit

Permalink
chore: upgrade go 1.19.10 -> 1.21.0 (#9011)
Browse files Browse the repository at this point in the history
* chore: upgrade go 1.19.10 -> 1.20.7 (#8992)

(cherry picked from commit ed48957)

* chore: upgrade go to 1.21.0 (#8999)

(cherry picked from commit d019fdd)
  • Loading branch information
plumpy authored Aug 11, 2023
1 parent 6a21858 commit 44f3d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
jq \
apt-transport-https && \
rm -rf /var/lib/apt/lists/*
COPY --from=golang:1.19.10 /usr/local/go /usr/local/go
COPY --from=golang:1.21.0 /usr/local/go /usr/local/go
ENV PATH /usr/local/go/bin:/root/go/bin:$PATH
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps.slim
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
jq \
apt-transport-https && \
rm -rf /var/lib/apt/lists/*
COPY --from=golang:1.19.10 /usr/local/go /usr/local/go
COPY --from=golang:1.21.0 /usr/local/go /usr/local/go
ENV PATH /usr/local/go/bin:/root/go/bin:$PATH

0 comments on commit 44f3d3c

Please sign in to comment.