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

This only compiles with go1.22 #38

Open
ncw opened this issue May 22, 2024 · 2 comments
Open

This only compiles with go1.22 #38

ncw opened this issue May 22, 2024 · 2 comments

Comments

@ncw
Copy link

ncw commented May 22, 2024

In this commit

2fd42e2

The go version was updated to go1.22 in the go.mod here

pkcs8/go.mod

Line 3 in 3c2c787

go 1.22

This means this package no longer compiles with pre go1.22

I don't know if that was your intention? I suspect not, so I'd suggest changing it go go1.20 or lower to allow a few versions grace.

@paskal
Copy link

paskal commented Jul 2, 2024

Agreed, it would be amazing to merge #39. Currently, this package is the only one that forces my package to upgrade to 1.22, and I don't want to unload that on my users.

@paskal
Copy link

paskal commented Jul 28, 2024

@youmark could you please release a new version so that update to latest tagged version would fix the issue?

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

2 participants