Skip to content

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

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 #48

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@v4
- uses: actions/setup-go@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2