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

chore: use go1.23 #2446

Merged
merged 4 commits into from
Feb 18, 2025
Merged

chore: use go1.23 #2446

merged 4 commits into from
Feb 18, 2025

Conversation

ldez
Copy link
Member

@ldez ldez commented Feb 17, 2025

The tests have been updated because go1.24 will produce an error with a bit size lower than 1024.

https://go.dev/doc/go1.24#cryptorsapkgcryptorsa

The behavior can be tested by adding the following line inside the go.mod:

godebug rsa1024min=1

@ldez ldez requested a review from dmke February 18, 2025 13:49
@ldez ldez requested a review from dmke February 18, 2025 14:28
@ldez ldez added this to the unreleased milestone Feb 18, 2025
@ldez ldez enabled auto-merge (squash) February 18, 2025 14:39
@ldez ldez disabled auto-merge February 18, 2025 19:10
@ldez ldez merged commit 0ab907c into go-acme:master Feb 18, 2025
7 checks passed
@ldez ldez deleted the feat/update-go branch February 18, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants