Skip to content

Update to Go 1.22.1 #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build_dockers.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ do
esac
done

: ${GOLANG_VERSION:=1.21.8}
: ${GOLANG_VERSION:=1.22.1}
case "$GOLANG_ARCH" in
amd64)
: ${GOLANG_SHA256:=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f}
: ${GOLANG_SHA256:=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f}
;;
arm64)
: ${GOLANG_SHA256:=3c19113c686ffa142e9159de1594c952dee64d5464965142d222eab3a81f1270}
: ${GOLANG_SHA256:=e56685a245b6a0c592fc4a55f0b7803af5b3f827aaa29feab1f40e491acf35b8}
;;
esac
export GOLANG_VERSION GOLANG_SHA256 GOLANG_ARCH
Expand Down
4 changes: 2 additions & 2 deletions centos_7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN yum install -y gettext-devel libcurl-devel openssl-devel perl-CPAN perl-deve
make install && \
git --version

ARG GOLANG_VERSION=1.21.8
ARG GOLANG_SHA256=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_SHA256=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
ARG GOLANG_ARCH=amd64

ENV GOROOT=/usr/local/go
Expand Down
4 changes: 2 additions & 2 deletions centos_8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN yum -y upgrade
RUN yum install -y rsync ruby ruby-devel rubygems-devel gcc
RUN yum install -y gettext-devel libcurl-devel openssl-devel perl-CPAN perl-devel zlib-devel make wget autoconf git

ARG GOLANG_VERSION=1.21.8
ARG GOLANG_SHA256=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_SHA256=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
ARG GOLANG_ARCH=amd64

ENV GOROOT=/usr/local/go
Expand Down
4 changes: 2 additions & 2 deletions debian_10.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LABEL RUN="docker run -v git-lfs-checkout-dir:/src -v repo_dir:/repo"
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
apt-get install -y gettext git dpkg-dev dh-golang asciidoctor curl

ARG GOLANG_VERSION=1.21.8
ARG GOLANG_SHA256=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_SHA256=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
ARG GOLANG_ARCH=amd64

ENV GOROOT=/usr/local/go
Expand Down
4 changes: 2 additions & 2 deletions debian_11.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN dpkg --add-architecture i386
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
apt-get install -y --no-install-recommends gettext git dpkg-dev dh-golang asciidoctor curl build-essential gcc-i686-linux-gnu libc6-dev:i386

ARG GOLANG_VERSION=1.21.8
ARG GOLANG_SHA256=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_SHA256=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
ARG GOLANG_ARCH=amd64

ENV GOROOT=/usr/local/go
Expand Down
4 changes: 2 additions & 2 deletions debian_12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN dpkg --add-architecture i386
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
apt-get install -y --no-install-recommends gettext git dpkg-dev dh-golang asciidoctor curl build-essential gcc-i686-linux-gnu libc6-dev:i386

ARG GOLANG_VERSION=1.21.8
ARG GOLANG_SHA256=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_SHA256=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
ARG GOLANG_ARCH=amd64

ENV GOROOT=/usr/local/go
Expand Down
4 changes: 2 additions & 2 deletions rocky_9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN yum -y upgrade
RUN yum install -y rsync ruby ruby-devel rubygems-devel gcc
RUN yum install -y gettext-devel libcurl-devel openssl-devel perl-CPAN perl-devel zlib-devel make wget autoconf git

ARG GOLANG_VERSION=1.21.8
ARG GOLANG_SHA256=538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_SHA256=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
ARG GOLANG_ARCH=amd64

ENV GOROOT=/usr/local/go
Expand Down