Skip to content

Commit

Permalink
build(deps): bump GOLANG from 1.20.2 to 1.20.3 (#7111)
Browse files Browse the repository at this point in the history
From https://go.dev/doc/devel/release

> go1.20.3 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the compiler, the linker, the runtime, and the time package. See the [Go 1.20.3 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.20.3+label%3ACherryPickApproved) on our issue tracker for details.
  • Loading branch information
yeikel authored Apr 19, 2023
1 parent 916a967 commit 009b8f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go_modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ ARG TARGETARCH
USER root

# Install Go
ARG GOLANG_VERSION=1.20.2
ARG GOLANG_VERSION=1.20.3

# You can find the SHA's here: https://go.dev/dl/
ARG GOLANG_AMD64_CHECKSUM=4eaea32f59cde4dc635fbc42161031d13e1c780b87097f4b4234cfce671f1768
ARG GOLANG_ARM64_CHECKSUM=78d632915bb75e9a6356a47a42625fd1a785c83a64a643fedd8f61e31b1b3bef
ARG GOLANG_AMD64_CHECKSUM=979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca
ARG GOLANG_ARM64_CHECKSUM=eb186529f13f901e7a2c4438a05c2cd90d74706aaa0a888469b2a4a617b6ee54

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

0 comments on commit 009b8f2

Please sign in to comment.