Skip to content

Commit

Permalink
Update readme to clarify supoprted go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Aug 21, 2021
1 parent 3ffdd78 commit d15e25a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Goose is a database migration tool. Manage your database schema by creating incr

Starting with [v3.0.0](https://github.com/pressly/goose/releases/tag/v3.0.0) this project adds Go module support, but maintains backwards compataibility with older `v2.x.y` tags.

Goose supports [embedding SQL migrations](#embedded-sql-migrations), which means you'll need go1.16 and up. If using go1.15 or lower, then pin [v3.0.1](https://github.com/pressly/goose/releases/tag/v3.0.1).

### Goals of this fork

`github.com/pressly/goose` is a fork of `bitbucket.org/liamstask/goose` with the following changes:
Expand Down

0 comments on commit d15e25a

Please sign in to comment.