mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Go 1.10 (#38)
This commit is contained in:
parent
28ea62eef2
commit
5ddcba7518
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# build image
|
||||
FROM golang:1.9 as build
|
||||
FROM golang:1.10 as build
|
||||
|
||||
# required to force cgo (for sqlite driver) with cross compile
|
||||
ENV CGO_ENABLED 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue