Skip to content

⬆️ Bump github.com/lestrrat-go/jwx/v2 from 2.0.11 to 2.0.19 #20

⬆️ Bump github.com/lestrrat-go/jwx/v2 from 2.0.11 to 2.0.19

⬆️ Bump github.com/lestrrat-go/jwx/v2 from 2.0.11 to 2.0.19 #20

Workflow file for this run

name: actions
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
args: -c ./.github/workflows/.golangci.yaml
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
check-latest: true
go-version-file: go.mod
- name: Test
run: go test -v ./...