Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 #17

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 #17

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Run tests
run: make test_ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3