Skip to content

Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#30) #445

Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#30)

Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#30) #445

Workflow file for this run

name: golangci-lint
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
jobs:
golang-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.23
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
skip-go-installation: true
args: "--build-tags server --timeout=10m --max-same-issues 20"
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true