mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Go v1.14 (#133)
This commit is contained in:
parent
6cd39e1fba
commit
1ca94e836f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# build image
|
# build image
|
||||||
FROM techknowlogick/xgo:go-1.13.x as build
|
FROM techknowlogick/xgo:go-1.14.x as build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|
@ -19,7 +19,7 @@ RUN apt-get update \
|
||||||
# golangci-lint
|
# golangci-lint
|
||||||
RUN curl -fsSL -o /tmp/lint-install.sh https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
|
RUN curl -fsSL -o /tmp/lint-install.sh https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
|
||||||
&& chmod +x /tmp/lint-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
|
&& rm -f /tmp/lint-install.sh
|
||||||
|
|
||||||
# download modules
|
# download modules
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/amacneil/dbmate
|
module github.com/amacneil/dbmate
|
||||||
|
|
||||||
go 1.13
|
go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue