Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#55) #124

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#55)

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#55) #124

Workflow file for this run

name: lint
permissions: {}
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_call:
jobs:
run:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6.1.1
with:
version: latest
args: --timeout 15m -v
install-mode: "goinstall"