Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Bump github.com/lestrrat-go/jwx/v2 from 2.0.15 to 2.0.16 #677

Bump github.com/lestrrat-go/jwx/v2 from 2.0.15 to 2.0.16

Bump github.com/lestrrat-go/jwx/v2 from 2.0.15 to 2.0.16 #677

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
permissions:
contents: read
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest