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

[RFC] Bump minimum required go version to 1.20 in documentation as required by quic-go #1138

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

trashpile-shenanigans
Copy link

As of now, compiling in any golang versions older than 1.20 yields the following error:

# github.com/quic-go/quic-go/internal/qtls
../go/pkg/mod/github.com/quic-go/quic-go@v0.40.1/internal/qtls/go_oldversion.go:5:13: cannot use "The version of quic-go you're using can't be built using outdated Go versions. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built using outdated Go...) as int value in variable declaration
note: module requires 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

Successfully merging this pull request may close these issues.

None yet

1 participant