dgrijalva / jwt-go

ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
https://github.com/golang-jwt/jwt
MIT License
10.78k stars 997 forks source link

.FillBytes undefined (type *big.Int has no field or method FillBytes) #483

Open amshashankk opened 2 years ago

amshashankk commented 2 years ago

image

xieping5555 commented 2 years ago

i also have this problem, anyone solved it?

bpowers commented 2 years ago

FillBytes was added in Go 1.15, so you need to update your Go compiler to at least 1.15.