Skip to content
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/v7@v7.0.67/utils.go:627:67: undefined: tls.CertificateVerificationError with Go 1.19. #1931

Closed
simondeziel opened this issue Feb 12, 2024 · 5 comments

Comments

@simondeziel
Copy link

#1921 and more specifically 76a4146 caused minio-go to no longer build with Go 1.19.

simondeziel added a commit to simondeziel/lxd that referenced this issue Feb 12, 2024
Reported to upstream: minio/minio-go#1931

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel added a commit to simondeziel/lxd that referenced this issue Feb 12, 2024
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel added a commit to simondeziel/lxd that referenced this issue Feb 12, 2024
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel added a commit to simondeziel/lxd that referenced this issue Feb 12, 2024
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
@harshavardhana
Copy link
Member

https://endoflife.date/go go1.19 is EOLed

@simondeziel
Copy link
Author

@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 go 1.17 in the go.mod.

@harshavardhana
Copy link
Member

go1.17 was kept for migration purposes; it was a mistake when using the new types.

@haorenfsa
Copy link

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

@mahbubzulkarnain
Copy link

mahbubzulkarnain commented Feb 27, 2024

Upgrade version golang from go 1.19, solve for me. go 1.20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants