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.
2 parents 96964db + 5a12e35 commit 43c4389Copy full SHA for 43c4389
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13
+FROM golang:1.14
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.13-alpine
+FROM golang:1.14-alpine
# gcc is required to support cgo;
# git and mercurial are needed most times for go get`, etc.
0 commit comments