This commit is contained in:
Adrian Macneil 2020-05-24 15:35:51 -07:00 committed by GitHub
parent 6cd39e1fba
commit 1ca94e836f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# build image
FROM techknowlogick/xgo:go-1.13.x as build
FROM techknowlogick/xgo:go-1.14.x as build
WORKDIR /src
ENTRYPOINT []
CMD ["/bin/bash"]
@ -19,7 +19,7 @@ RUN apt-get update \
# golangci-lint
RUN curl -fsSL -o /tmp/lint-install.sh https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
&& chmod +x /tmp/lint-install.sh \
&& /tmp/lint-install.sh -b /usr/local/bin v1.22.2 \
&& /tmp/lint-install.sh -b /usr/local/bin v1.27.0 \
&& rm -f /tmp/lint-install.sh
# download modules

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/amacneil/dbmate
go 1.13
go 1.14
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect