Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: prevent upgrade of Go version (#342)
We deliberately test against a matrix of Go versions, but Go toolchain changes mean that the version of Go is being upgraded on the fly, so for example the Go 1.21 test actually uses Go 1.23. This is confusing and not the desired behavior.
- Loading branch information