Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goversion: include pre-releases in VersionAfterOrEqual check (#3607)
Change VersionAfterOrEqual(x, A, B) to return true for pre-releases of version A.B. This is what it did before, it was broken when goversion was changed to support the new version format.
- Loading branch information