Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #85

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

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #85

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: run tests
run: go test -v -race ./...