Remove godep as it's not actually used

This commit is contained in:
Miguel Bernabeu Diaz
2023-03-22 10:07:57 +01:00
committed by GitHub
parent 6e57ca6e6c
commit a7adf55137
-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