Skip to content

Commit

Permalink
chore: update go version declared in go.mod (#73)
Browse files Browse the repository at this point in the history
Fucntion handshake.DefaultCertificateSelector use the field
`*tls.ClientHelloInfo.SupportsCertificate` which only supported in go 1.14
  • Loading branch information
x1nchen committed May 13, 2020
1 parent 5ed3640 commit 69af6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/caddyserver/certmagic

go 1.13
go 1.14

require (
github.com/go-acme/lego/v3 v3.7.0
Expand Down

0 comments on commit 69af6a5

Please sign in to comment.