Skip to content

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 #198

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 #198

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.5
- name: Test
run: make test