Skip to content

Bump github.com/lestrrat-go/jwx from 1.2.29 to 1.2.30 #227

Bump github.com/lestrrat-go/jwx from 1.2.29 to 1.2.30

Bump github.com/lestrrat-go/jwx from 1.2.29 to 1.2.30 #227

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.20", "1.21", "1.22"]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...