Skip to content

Commit 43abf31

Browse files
committed
update Go download URL
1 parent 491b241 commit 43abf31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/alldev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ wget https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/${FLYWAY_VER
288288
&& ln -s /usr/local/flyway-${FLYWAY_VERSION} /usr/local/flyway \
289289
# Install and configure GO
290290
&& cd /tmp \
291-
&& wget https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz \
291+
&& wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz \
292292
&& tar xvf go${GO_VERSION}.linux-amd64.tar.gz \
293293
&& rm -f go${GO_VERSION}.linux-amd64.tar.gz \
294294
&& rm -rf /usr/local/go \

src/gocd-agent-golang.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ wget https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/${FLYWAY_VER
113113
&& ln -s /usr/local/flyway-${FLYWAY_VERSION} /usr/local/flyway \
114114
# Install and configure GO
115115
&& cd /tmp \
116-
&& wget https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz \
116+
&& wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz \
117117
&& tar xvf go${GO_VERSION}.linux-amd64.tar.gz \
118118
&& rm -f go${GO_VERSION}.linux-amd64.tar.gz \
119119
&& rm -rf /usr/local/go \

src/gocd-agent.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ wget https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/${FLYWAY_VER
294294
&& ln -s /usr/local/flyway-${FLYWAY_VERSION} /usr/local/flyway \
295295
# Install and configure GO
296296
&& cd /tmp \
297-
&& wget https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz \
297+
&& wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz \
298298
&& tar xvf go${GO_VERSION}.linux-amd64.tar.gz \
299299
&& rm -f go${GO_VERSION}.linux-amd64.tar.gz \
300300
&& rm -rf /usr/local/go \

0 commit comments

Comments
 (0)