Skip to content

chore: bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #581

chore: bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1

chore: bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #581

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=3m