Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 (#492) #224

Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 (#492)

Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 (#492) #224

Workflow file for this run

name: lint
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2