Skip to content

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #216

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #216

Workflow file for this run

name: Unit test CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
- name: Build and test
run: "go test -v -cover ./..."