mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Go v1.12 (#69)
This commit is contained in:
parent
7ac46ff0f3
commit
e4d490aa7e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue