1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Fix build error caused by golint

This commit is contained in:
niusmallnan
2018-10-17 14:26:32 +08:00
parent 757ad174cb
commit da859e9fbb

View File

@@ -154,7 +154,7 @@ RUN curl -fL ${!BUILD_DOCKER_URL} > /usr/bin/docker && \
RUN go get github.com/rancher/trash
# Install golint
RUN go get github.com/golang/lint/golint
RUN go get golang.org/x/lint/golint
RUN go get gopkg.in/check.v1