Skip to content

chore: Update module github.com/golang-jwt/jwt/v5 to v5.2.1 #1580

chore: Update module github.com/golang-jwt/jwt/v5 to v5.2.1

chore: Update module github.com/golang-jwt/jwt/v5 to v5.2.1 #1580

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Run unit tests
run: make test