Skip to content

Commit

Permalink
Update minimum required Go version to 1.14 (go-ldap#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuschma authored and m-vinc committed Jun 10, 2022
1 parent d43277f commit 4716688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-ldap/ldap

go 1.13
go 1.14

require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e
Expand Down
2 changes: 1 addition & 1 deletion v3/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-ldap/ldap/v3

go 1.13
go 1.14

require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e
Expand Down

0 comments on commit 4716688

Please sign in to comment.