Skip to content

Commit 43c4389

Browse files
authored
Merge pull request #978 from proton-ab/patch-1
Build docker images using Go 1.14
2 parents 96964db + 5a12e35 commit 43c4389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13
1+
FROM golang:1.14
22

33
# don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
44
COPY golangci-lint /usr/bin/

build/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13-alpine
1+
FROM golang:1.14-alpine
22

33
# gcc is required to support cgo;
44
# git and mercurial are needed most times for go get`, etc.

0 commit comments

Comments
 (0)