We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d2e92 commit 25a630dCopy full SHA for 25a630d
Dockerfile
@@ -1,4 +1,5 @@
1
FROM golang:1.11
2
3
-COPY golangci-lint /bin/
+# don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
4
+COPY golangci-lint /usr/bin/
5
CMD ["golangci-lint"]
0 commit comments