WillAbides
WillAbides
I like this idea, but I want a better understanding of the toolchain changes in 1.21 before moving forward. I've been reading https://go.dev/doc/toolchain trying to understand this brave new world....
You're right. It assumes amd64 architecture because that's what all of the hosted runners used when I created it and I didn't foresee demand for other architectures. I'll look at...
Support for arm64 is added in [v1.13.0](https://github.com/WillAbides/setup-go-faster/releases/tag/v1.13.0). I don't have access to an arm64 machine, so I haven't tested it. If you have a chance to try it, I would...
You might want to hold off on this one for a bit. I used this same strategy in another action and got [this report](https://github.com/WillAbides/setup-go-faster/issues/27) about it. This pattern also matches...
Great. I already have an internal tool that is pretty similar to pgtestdb. I should be able to port over the migrator pretty easily.
I forgot to mention my non-test use case. I use pgtestdb to create a clean db that I can use to generate docs from the schema.
I'll create a draft PR in the next week or so
I haven't had the time for this, and my hacky adapter continues to work for my purposes. If either of those change, I'll come back here with a PR.