From d15e25ab596691c99064efe936a7dff9c71735b1 Mon Sep 17 00:00:00 2001 From: Michael Fridman Date: Fri, 20 Aug 2021 22:38:49 -0400 Subject: [PATCH] Update readme to clarify supoprted go version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 000fd0a..a0a4d91 100644 --- a/README.md +++ b/README.md @@ -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: