Skip to content
Snippets Groups Projects
Commit bf772641 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix golang image

parent 9d26a289
No related branches found
No related tags found
1 merge request!23Add PHP 8.1
Pipeline #4798 passed with stages
in 18 minutes and 34 seconds
......@@ -7,7 +7,7 @@ LABEL version="1.0"
# Install golint
ENV GOPATH /go
ENV PATH ${GOPATH}/bin:$PATH
RUN go get -u golang.org/x/lint/golint
RUN go install golang.org/x/lint/golint@latest
# Install clang
RUN apt-get update && apt-get install -y --no-install-recommends \
......
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