Skip to content

Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 #1174

Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2

Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 #1174

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci-pr:
name: lint-pr-changes
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true