Skip to content

Commit 7e935d1

Browse files
authored
remove outdated $ depth utility
it doesn't seem to work with the "new" Go modules ecosystem
1 parent 037f68d commit 7e935d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ RUN apt update && apt install -y zip \
2626
&& wget https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protoc-3.17.3-linux-x86_64.zip \
2727
&& unzip protoc-3.17.3-linux-x86_64.zip && mv bin/protoc /usr/local/bin/ && cd / && rm -rf /tmp/protoc \
2828
&& ln -s /workspace/gohack /root/gohack \
29-
&& curl --fail --location -o /go/bin/depth https://github.com/KyleBanks/depth/releases/download/v1.2.1/depth_1.2.1_linux_amd64 \
30-
&& chmod +x /go/bin/depth \
3129
&& curl --fail --location https://function61.com/app-dl/api/github.com/golangci/golangci-lint/latest_releases_asset/golangci-lint-%2A-linux-amd64.tar.gz \
3230
| tar --strip-components=1 -C /usr/local/bin -xzf - --wildcards 'golangci-lint-*-linux-amd64/golangci-lint' \
3331
&& rm -rf /go/pkg \

0 commit comments

Comments
 (0)