Skip to content

Bump github.com/lestrrat-go/jwx/v2 from 2.0.9 to 2.0.19 #97

Bump github.com/lestrrat-go/jwx/v2 from 2.0.9 to 2.0.19

Bump github.com/lestrrat-go/jwx/v2 from 2.0.9 to 2.0.19 #97

Workflow file for this run

name: Run Tests on PRs
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.2
- name: Install dependencies
run: go get
- name: Run tests
run: go test -race -cover ./... -v