migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Adding support for go1.17

Open theflyingcodr opened this issue 2 years ago • 4 comments

Fixes https://github.com/golang-migrate/migrate/issues/629

This offers one fix, however, if go1.15 and below support are now dropped from migrate I can simply remove the build tag, let me know.

theflyingcodr avatar Sep 27 '21 16:09 theflyingcodr

Similar to the Go team, we only support the latest 2 versions of go (e.g. 1.16 and 1.17)

dhui avatar Oct 18 '21 17:10 dhui

Also, see: https://github.com/golang-migrate/migrate/pull/618#issuecomment-920452496

dhui avatar Oct 18 '21 17:10 dhui

We should support Go 1.18 (and 1.17) and drop support for older versions. CC @Fontinalis

dhui avatar Apr 28 '22 04:04 dhui

We should support Go 1.18 (and 1.17) and drop support for older versions. CC @Fontinalis

@dhui I was thinking about the same, just didn't leave a comment / note about it, that's why I added to the next milestone.

Fontinalis avatar Apr 28 '22 11:04 Fontinalis