In this commit
2fd42e2
The go version was updated to go1.22 in the go.mod here
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.
In this commit
2fd42e2
The go version was updated to go1.22 in the go.mod here
pkcs8/go.mod
Line 3 in 3c2c787
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.