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

Use Go 1.23 default GODEBUG #2424

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Use Go 1.23 default GODEBUG #2424

merged 1 commit into from
Sep 11, 2024

Conversation

jrick
Copy link
Member

@jrick jrick commented Sep 11, 2024

Removes the following compatibility flags when building the "go 1.22" module with Go 1.23:

build	DefaultGODEBUG=asynctimerchan=1,gotypesalias=0,httpservecontentkeepheaders=1,tls3des=1,tlskyber=0,x509keypairleaf=0,x509negativeserial=1

@davecgh
Copy link
Member

davecgh commented Sep 11, 2024

Won't this cause anyone who imports it to also be forced into incompatible behavior that they might rely on?

@jrick
Copy link
Member Author

jrick commented Sep 11, 2024

can't import a main package

@davecgh
Copy link
Member

davecgh commented Sep 11, 2024

Oh, right. I missed it was for main.

@jrick jrick merged commit 9c60532 into decred:master Sep 11, 2024
2 checks passed
@jrick jrick deleted the godebug branch September 11, 2024 18:54
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.

2 participants