Skip to content

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.1.0 #651

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

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.1.0 #651

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Run Tests
run: go test -v ./...