Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go1.12 changes the error we get when an unsupported tls version is required and so we need to fix the test to accomodate both pre go1.12 and post go1.12 This is done through go/build instead of through files with `// +build` as the change is very local and this looks better and is more readable in this particular case
- Loading branch information