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.79k stars 995 forks source link

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

Open amshashankk opened 3 years ago

amshashankk commented 3 years ago

image

xieping5555 commented 3 years ago

i also have this problem, anyone solved it?

bpowers commented 3 years ago

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