-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Go 1.9 and earlier tests #353
Comments
Personally, I'd prefer the latter one as well. Also, since the last release of go1.10.x, multiple security patches + fixes have been applied to the std libs. For example: |
Okay, let's drop support for Go 1.9 and earlier. |
I suggest v1.13, since go-asn1-ber uses this version as well @johnweldon Are you ok with this? If you greenlight this I'll make a PR |
I thought I'd responded to this... sorry... yes I'm okay with v1.13+ |
Dependency on github.com/Azure/go-ntlmssp should either be pinned to a passing version, or we decide if we want to drop testing for pre-1.10 versions? I'd prefer the former option. ( See discussion on #352 )
The text was updated successfully, but these errors were encountered: