Merge pull request #744 from miguelbernadi/patch-1

Remove godep as it's not actually used
This commit is contained in:
Kubernetes Prow Robot
2023-05-17 00:30:33 -07:00
committed by GitHub
-2
View File
@@ -21,8 +21,6 @@ ENV PATH $GOPATH/bin:$PATH
RUN apt-get update --fix-missing && apt-get --yes install libsystemd-dev gcc-aarch64-linux-gnu
RUN go version
RUN go install github.com/tools/godep@latest
RUN godep version
COPY . /gopath/src/k8s.io/node-problem-detector/
WORKDIR /gopath/src/k8s.io/node-problem-detector