Skip to content

Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 #491

Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4

Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 #491

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11