go-chi / jwtauth

JWT authentication middleware for Go HTTP services
MIT License
541 stars 91 forks source link

ci update: jwx/v2 is using go 1.18+ type, set jwtauth pkg min to go 1.18 #74

Closed pkieltyka closed 1 year ago

pkieltyka commented 1 year ago

I noticed jwx/v2 is using reflect.Pointer which is unavailable on < go 1.18 so we will make our min version here go 1.18 as well, which should be just fine.