Skip to content
Snippets Groups Projects
Commit 7ea67824 authored by Erick Hitter's avatar Erick Hitter
Browse files
parent 25632930
No related branches found
No related tags found
2 merge requests!10PHP: add git to all images; Go: update golint path,!9PHP: add git to all images; Go: update golint path
Pipeline #749 passed with warnings with stages
in 5 minutes and 24 seconds
...@@ -7,7 +7,7 @@ LABEL version="1.0" ...@@ -7,7 +7,7 @@ LABEL version="1.0"
# Install golint # Install golint
ENV GOPATH /go ENV GOPATH /go
ENV PATH ${GOPATH}/bin:$PATH ENV PATH ${GOPATH}/bin:$PATH
RUN go get -u github.com/golang/lint/golint RUN go get -u golang.org/x/lint/golint
# Add apt key for LLVM repository # Add apt key for LLVM repository
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment