Skip to content

Commit e7b329e

Browse files
authored
Merge pull request #159 from shogo82148/update-2025-08-06-23-34-07
Auto Update
2 parents 348353c + 8263744 commit e7b329e

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

al2/2.0/go1.23/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ RUN set -ex \
113113
&& pip3 install --no-cache-dir --upgrade setuptools wheel aws-sam-cli awscli boto3 pipenv virtualenv
114114

115115
#**************** GO **********************************************************
116-
ENV GOLANG_VERSION="1.23.11" \
117-
GOLANG_DOWNLOAD_SHA256="80899df77459e0b551d2eb8800ad6eb47023b99cccbf8129e7b5786770b948c5" \
116+
ENV GOLANG_VERSION="1.23.12" \
117+
GOLANG_DOWNLOAD_SHA256="d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90" \
118118
GOPATH="/go" \
119119
DEP_VERSION="0.5.4" \
120120
DEP_BINARY="dep-linux-amd64"

al2/2.0/go1.24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ RUN set -ex \
113113
&& pip3 install --no-cache-dir --upgrade setuptools wheel aws-sam-cli awscli boto3 pipenv virtualenv
114114

115115
#**************** GO **********************************************************
116-
ENV GOLANG_VERSION="1.24.5" \
117-
GOLANG_DOWNLOAD_SHA256="10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc" \
116+
ENV GOLANG_VERSION="1.24.6" \
117+
GOLANG_DOWNLOAD_SHA256="bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712" \
118118
GOPATH="/go" \
119119
DEP_VERSION="0.5.4" \
120120
DEP_BINARY="dep-linux-amd64"

al2/3.0/go1.23/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ COPY amazon-ssm-agent.json /etc/amazon/ssm/
117117
#=======================End of layer: al2_v3 =================
118118

119119
#**************** GO **********************************************************
120-
ENV GOLANG_VERSION="1.23.11" \
121-
GOLANG_DOWNLOAD_SHA256="80899df77459e0b551d2eb8800ad6eb47023b99cccbf8129e7b5786770b948c5" \
120+
ENV GOLANG_VERSION="1.23.12" \
121+
GOLANG_DOWNLOAD_SHA256="d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90" \
122122
GOPATH="/go" \
123123
DEP_VERSION="0.5.4" \
124124
DEP_BINARY="dep-linux-amd64"

al2/3.0/go1.24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ COPY amazon-ssm-agent.json /etc/amazon/ssm/
117117
#=======================End of layer: al2_v3 =================
118118

119119
#**************** GO **********************************************************
120-
ENV GOLANG_VERSION="1.24.5" \
121-
GOLANG_DOWNLOAD_SHA256="10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc" \
120+
ENV GOLANG_VERSION="1.24.6" \
121+
GOLANG_DOWNLOAD_SHA256="bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712" \
122122
GOPATH="/go" \
123123
DEP_VERSION="0.5.4" \
124124
DEP_BINARY="dep-linux-amd64"

ubuntu/3.0/go1.23/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ COPY runtimes.yml /codebuild/image/config/runtimes.yml
118118
COPY dockerd-entrypoint.sh /usr/local/bin/
119119

120120
#**************** GO **********************************************************
121-
ENV GOLANG_VERSION="1.23.11" \
122-
GOLANG_DOWNLOAD_SHA256="80899df77459e0b551d2eb8800ad6eb47023b99cccbf8129e7b5786770b948c5" \
121+
ENV GOLANG_VERSION="1.23.12" \
122+
GOLANG_DOWNLOAD_SHA256="d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90" \
123123
GOPATH="/go" \
124124
DEP_VERSION="0.5.1" \
125125
DEP_BINARY="dep-linux-amd64"

ubuntu/3.0/go1.24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ COPY runtimes.yml /codebuild/image/config/runtimes.yml
118118
COPY dockerd-entrypoint.sh /usr/local/bin/
119119

120120
#**************** GO **********************************************************
121-
ENV GOLANG_VERSION="1.24.5" \
122-
GOLANG_DOWNLOAD_SHA256="10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc" \
121+
ENV GOLANG_VERSION="1.24.6" \
122+
GOLANG_DOWNLOAD_SHA256="bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712" \
123123
GOPATH="/go" \
124124
DEP_VERSION="0.5.1" \
125125
DEP_BINARY="dep-linux-amd64"

ubuntu/4.0/go1.23/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ COPY amazon-ssm-agent.json /etc/amazon/ssm/
128128
#=======================END of STD:4.0 =================
129129

130130
#**************** GO **********************************************************
131-
ENV GOLANG_VERSION="1.23.11" \
132-
GOLANG_DOWNLOAD_SHA256="80899df77459e0b551d2eb8800ad6eb47023b99cccbf8129e7b5786770b948c5" \
131+
ENV GOLANG_VERSION="1.23.12" \
132+
GOLANG_DOWNLOAD_SHA256="d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90" \
133133
GOPATH="/go" \
134134
DEP_VERSION="0.5.4" \
135135
DEP_BINARY="dep-linux-amd64"

ubuntu/4.0/go1.24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ COPY amazon-ssm-agent.json /etc/amazon/ssm/
128128
#=======================END of STD:4.0 =================
129129

130130
#**************** GO **********************************************************
131-
ENV GOLANG_VERSION="1.24.5" \
132-
GOLANG_DOWNLOAD_SHA256="10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc" \
131+
ENV GOLANG_VERSION="1.24.6" \
132+
GOLANG_DOWNLOAD_SHA256="bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712" \
133133
GOPATH="/go" \
134134
DEP_VERSION="0.5.4" \
135135
DEP_BINARY="dep-linux-amd64"

ubuntu/5.0/go1.23/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ RUN set -ex \
119119
VOLUME /var/lib/docker
120120

121121
#**************** GO **********************************************************
122-
ENV GOLANG_VERSION="1.23.11" \
123-
GOLANG_DOWNLOAD_SHA256="80899df77459e0b551d2eb8800ad6eb47023b99cccbf8129e7b5786770b948c5" \
122+
ENV GOLANG_VERSION="1.23.12" \
123+
GOLANG_DOWNLOAD_SHA256="d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90" \
124124
GOPATH="/go" \
125125
DEP_VERSION="0.5.4" \
126126
DEP_BINARY="dep-linux-amd64"

ubuntu/5.0/go1.24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ RUN set -ex \
119119
VOLUME /var/lib/docker
120120

121121
#**************** GO **********************************************************
122-
ENV GOLANG_VERSION="1.24.5" \
123-
GOLANG_DOWNLOAD_SHA256="10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc" \
122+
ENV GOLANG_VERSION="1.24.6" \
123+
GOLANG_DOWNLOAD_SHA256="bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712" \
124124
GOPATH="/go" \
125125
DEP_VERSION="0.5.4" \
126126
DEP_BINARY="dep-linux-amd64"

0 commit comments

Comments
 (0)