mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +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
|
# build image
|
||||||
FROM golang:1.11 as build
|
FROM golang:1.12 as build
|
||||||
|
|
||||||
# required to force cgo (for sqlite driver) with cross compile
|
# required to force cgo (for sqlite driver) with cross compile
|
||||||
ENV CGO_ENABLED 1
|
ENV CGO_ENABLED 1
|
||||||
|
|
@ -14,7 +14,7 @@ RUN apt-get update \
|
||||||
|
|
||||||
# development dependencies
|
# development dependencies
|
||||||
RUN curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
|
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 source files
|
||||||
COPY . /src
|
COPY . /src
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue