-
Notifications
You must be signed in to change notification settings - Fork 653
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
minio/minio-go/[email protected]/utils.go:627:67: undefined: tls.CertificateVerificationError
with Go 1.19.
#1931
Comments
Reported to upstream: minio/minio-go#1931 Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
https://endoflife.date/go go1.19 is EOLed |
@harshavardhana I guess a mention on https://github.com/minio/minio-go/releases/tag/v7.0.67 would have avoid the surprise on our side. I'm fine with dropping support for EOL Go version but was thrown off by |
go1.17 was kept for migration purposes; it was a mistake when using the new types. |
Agree! We run into this issue as well. If we're still going use go1.17 in go mod, then better fix it. otherwise better update it to 1.20 |
Upgrade version golang from |
#1921 and more specifically 76a4146 caused minio-go to no longer build with Go 1.19.
The text was updated successfully, but these errors were encountered: