Set go version to 1.14

lowered the go version to make it consistent with matrix build
This commit is contained in:
Sadman Sakib 2021-05-27 01:49:46 +06:00 committed by GitHub
parent c917b35c01
commit fde4323b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/golang-jwt/jwt
go 1.16
go 1.14