Skip to content

Commit

Permalink
deployments(ticdc): remove useless sha256sum check (#8399)
Browse files Browse the repository at this point in the history
ref #8327
  • Loading branch information
Rustin170506 authored Mar 1, 2023
1 parent 9624b86 commit fae0b49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployments/ticdc/docker/integration-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN ls ./bin
# Download go into /usr/local dir.
ENV GOLANG_VERSION 1.20
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 5a9ebcc65c1cce56e0d2dc616aff4c4cedcfbda8cc6f0288cc08cda3b18dcbf1
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \
&& tar -C /usr/local -xzf golang.tar.gz \
&& rm golang.tar.gz

Expand Down

0 comments on commit fae0b49

Please sign in to comment.