Open
Description
Describe the Bug
I am getting an error when I try to get mysql tag via go get.
Steps to Reproduce
Steps to reproduce the behavior:
- I have this command in my Dockerfile
RUN go get -tags 'mysql' -u github.com/golang-migrate/migrate/cmd/migrate
- When I build it, see the error
Go Version
go version go1.13.15 linux/amd64
Stacktrace
> [8/8] RUN go get -tags 'mysql' -u github.com/golang-migrate/migrate/cmd/migrate:
#12 6.997 # github.com/golang-migrate/migrate/source/file
#12 6.997 ../../golang-migrate/migrate/source/file/file.go:17:2: undefined: iofs.PartialDriver