Skip to content

Commit

Permalink
Go v1.12 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed May 20, 2019
1 parent 7ac46ff commit e4d490a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build image
FROM golang:1.11 as build
FROM golang:1.12 as build

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

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

# copy source files
COPY . /src
Expand Down

0 comments on commit e4d490a

Please sign in to comment.