5 lines
72 B
Docker
5 lines
72 B
Docker
FROM golang:1.11
|
|
|
|
COPY golangci-lint $GOPATH/bin/
|
|
CMD ["golangci-lint"]
|