Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 (#359) #323

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 (#359)

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 (#359) #323

Workflow file for this run

name: Unit Test
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
unit-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Go Unit Tests
run: go test -cover -tags=test ./...