Skip to content

Merge branch 'release-6.5-20241101-v6.5.7' into upgrade-mod-6.5.7 #3826

Merge branch 'release-6.5-20241101-v6.5.7' into upgrade-mod-6.5.7

Merge branch 'release-6.5-20241101-v6.5.7' into upgrade-mod-6.5.7 #3826

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: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Make Check
run: |
make build
make tools
make check