Closed SuperQ closed 11 months ago
Workflow and PR description talks about 1.21, but go.mod refers to 1.20. Is this to keep things backward compatible, but make sure things will work with 1.21 in the CI ?
Yes, go.mod is about minimum versions.
We could change the GitHub action to use a version matrix to test against multiple Go versions.
I updated the CI to run tests on 1.20 and 1.21.