Skip to content

build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 #11

build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2

build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 #11

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2