go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Go 1.9 and earlier tests

johnweldon opened this issue · comments

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 )

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+