Skip to content

Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #293

Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1

Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #293

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/[email protected]