Skip to content

Commit

Permalink
build(deps): bump go from 1.20.4 to 1.20.6 (#7507)
Browse files Browse the repository at this point in the history
build(deps): bump go from 1.20.4 to 1.20.5
  • Loading branch information
yeikel committed Jul 13, 2023
1 parent 7750c2a commit d3464ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go_modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ARG TARGETARCH

USER root

# Install Go
ARG GOLANG_VERSION=1.20.4
# Install Go. See https://go.dev/dl/ for updates
ARG GOLANG_VERSION=1.20.6

# You can find the SHA's here: https://go.dev/dl/
ARG GOLANG_AMD64_CHECKSUM=698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd
ARG GOLANG_ARM64_CHECKSUM=105889992ee4b1d40c7c108555222ca70ae43fccb42e20fbf1eebb822f5e72c6
ARG GOLANG_AMD64_CHECKSUM=b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb
ARG GOLANG_ARM64_CHECKSUM=4e15ab37556e979181a1a1cc60f6d796932223a0f5351d7c83768b356f84429b

ENV PATH=/opt/go/bin:$PATH
RUN cd /tmp \
Expand Down

0 comments on commit d3464ac

Please sign in to comment.