Skip to content

Commit e4d490a

Browse files
authored
Go v1.12 (amacneil#69)
1 parent 7ac46ff commit e4d490a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build image
2-
FROM golang:1.11 as build
2+
FROM golang:1.12 as build
33

44
# required to force cgo (for sqlite driver) with cross compile
55
ENV CGO_ENABLED 1
@@ -14,7 +14,7 @@ RUN apt-get update \
1414

1515
# development dependencies
1616
RUN curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
17-
| sh -s v1.12.3
17+
| sh -s v1.16.0
1818

1919
# copy source files
2020
COPY . /src

0 commit comments

Comments
 (0)