Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #43

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

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #43

name: unit tests and code-coverage
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
types:
- edited
- opened
- reopened
- synchronize
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.x'
- name: Run unit tests and code-coverage
run: |
go mod tidy
go test -race -covermode=atomic ./...