mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Go v1.11 (#60)
* Go v1.11 * [Go Modules](https://github.com/golang/go/wiki/Modules) * [GolangCI-Lint](https://github.com/golangci/golangci-lint) * [Distroless](https://github.com/GoogleContainerTools/distroless) docker image
This commit is contained in:
parent
abc544b368
commit
da3d9525cf
8 changed files with 47 additions and 117 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
.DS_Store
|
||||
.env
|
||||
/dbmate
|
||||
/dist
|
||||
/testdata/db/schema.sql
|
||||
/vendor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue