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

This commit is contained in:
Peter Kieltyka 2022-11-13 11:33:12 -05:00 committed by GitHub
parent 84b5aa8ecb
commit c5c2c95d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 3 deletions

View file

@ -1,4 +1,13 @@
on: [push, pull_request]
on:
push:
branches: '**'
paths-ignore:
- 'docs/**'
pull_request:
branches: '**'
paths-ignore:
- 'docs/**'
name: Test
jobs:
test:
@ -12,7 +21,7 @@ jobs:
strategy:
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}