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 ca57e26 commit 43f27a6Copy full SHA for 43f27a6
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14
+FROM golang:1.15
2
3
# don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
4
COPY golangci-lint /usr/bin/
build/Dockerfile.alpine
-FROM golang:1.14-alpine
+FROM golang:1.15-alpine
# gcc is required to support cgo;
# git and mercurial are needed most times for go get`, etc.
0 commit comments