Skip to content

Commit

Permalink
min go 1.15 as required by jwx
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Mar 30, 2021
1 parent 25eecdf commit 255b7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 255b7cd

Please sign in to comment.