Skip to content

Bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0 #125

Bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0

Bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0 #125

Workflow file for this run

name: end to end test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Test
run: ./e2e.bash