golang-jwt / jwt

Go implementation of JSON Web Tokens (JWT).
https://golang-jwt.github.io/jwt/
MIT License
6.98k stars 335 forks source link

which golang-jwt/jwt version can be used when building with golang1.13.8 #399

Closed cherishman2005 closed 1 week ago

cherishman2005 commented 1 month ago
oxisto commented 1 month ago

https://github.com/golang-jwt/jwt/releases/tag/v3.2.1 is the latest one. The first v4.0 version already needs Go 1.15. Please be aware that Go 1.13 is quite old (> 4 years) and is definitely considered to be End-Of-Life and not supported by the Go team anymore.