Skip to content

Commit 2d0242f

Browse files
committed
chore(go-dev): remove archived go mod
1 parent ab4b818 commit 2d0242f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ RUN export DEBIAN_FRONTEND=noninteractive \
4848
&& curl -SL https://cli.codecov.io/latest/$([ $(dpkg --print-architecture) == "arm64" ] && echo linux-arm64 || echo linux)/codecov -o /usr/local/bin/codecov \
4949
&& chmod +x /usr/local/bin/codecov \
5050
&& go env -w GO111MODULE=on \
51-
&& go install github.com/AlekSi/gocov-xml@latest \
52-
&& go install github.com/axw/gocov/gocov@latest \
53-
&& go install github.com/mitchellh/gox@latest \
5451
&& go install github.com/mgechev/revive@latest \
5552
&& curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCI_LINT_VERSION \
5653
&& mkdir -p /var/lib/shared/{overlay-images,overlay-layers} \

0 commit comments

Comments
 (0)