Skip to content

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 in /tests/integrations #22757

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 in /tests/integrations

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 in /tests/integrations #22757

Workflow file for this run

name: Check PD
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
statics:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Make Check
run: |
SWAGGER=1 make build
make tools
make check