File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments