mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 01:15:09 +01:00
Go v1.15 (#161)
This commit is contained in:
parent
26f17d5141
commit
2b3f59fbe3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# build image
|
# build image
|
||||||
FROM techknowlogick/xgo:go-1.14.x as build
|
FROM techknowlogick/xgo:go-1.15.x as build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
# enable cgo to build sqlite
|
# enable cgo to build sqlite
|
||||||
|
|
@ -17,7 +17,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.30.0 \
|
&& /tmp/lint-install.sh -b /usr/local/bin v1.31.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.14
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/ClickHouse/clickhouse-go v1.4.1
|
github.com/ClickHouse/clickhouse-go v1.4.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue