Closed cludden closed 1 year ago
Thanks! I've cleared the CI to run
Thanks @divarvel, looks like I forgot to update the go version in test.Dockerfile
, updated and test locally 🙏
the remaining error seems unrelated to your changes, i think it happens on every branch (i'm not familiar with the CI jobs though, so i'm not sure how to fix it)
Thanks for taking a look! Let me know if there's anything else I can do!
if you rebase your branch on top of the latest main commit, CI should be green :+1:
(you might want to update the go version it the GHA config as well)
rebased and included the go version update to GHA config 👍
Thanks!
FYI I'm planning on updating the test suite to add more thorough checks on the conformance suite, and then start working on biscuit V3 support.
Don't hesitate to reach out if you have feedback/ questions
This fixes conflicts between this module and other modules with a dependency on
github.com/alecthomas/participle/v2
.