min go 1.15 as required by jwx

This commit is contained in:
Peter Kieltyka 2021-03-30 14:19:29 -04:00
parent 25eecdfa2c
commit 255b7cda08
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/go-chi/jwtauth/v5
go 1.14
go 1.15
require (
github.com/go-chi/chi/v5 v5.0.0