Skip to content

Commit 9f5db54

Browse files
committed
Update minimum required Go version to 1.14 (go-ldap#372)
1 parent 3cdc8a3 commit 9f5db54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-ldap/ldap
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e

v3/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-ldap/ldap/v3
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e

0 commit comments

Comments
 (0)