-
github.com/golang-jwt/jwt/go/pkg/mod/github.com/golang-jwt/[email protected]+incompatible/ecdsa.go:135:4: r.FillBytes undefined (type *big.Int has no field or method FillBytes) |
Beta Was this translation helpful? Give feedback.
Answered by
oxisto
Apr 12, 2022
Replies: 1 comment
-
You need at least Go 1.15 to use this library, recommended and supported is at least Go 1.16, as specified in the go.mod. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oxisto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need at least Go 1.15 to use this library, recommended and supported is at least Go 1.16, as specified in the go.mod.