Skip to content

Commit

Permalink
chore: update go version used in the published container (#9642)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy authored Jan 8, 2025
1 parent 9d79e53 commit e6587b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,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.23.3 /usr/local/go /usr/local/go
COPY --from=golang:1.23.4 /usr/local/go /usr/local/go
ENV PATH /usr/local/go/bin:/root/go/bin:$PATH

0 comments on commit e6587b8

Please sign in to comment.