mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
5 lines
142 B
Docker
5 lines
142 B
Docker
FROM golang:1.12
|
|
|
|
# don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
|
|
COPY golangci-lint /usr/bin/
|
|
CMD ["golangci-lint"]
|