File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v4
1313 - uses : actions/setup-go@v5
1414 with :
15- go-version : ' 1.25.4 '
15+ go-version : ' 1.25.5 '
1616 - name : Make Check
1717 run : |
1818 make build
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 - uses : actions/setup-go@v5
2121 with :
22- go-version : ' 1.25.4 '
22+ go-version : ' 1.25.5 '
2323 - name : Make
2424 run : make docker-image
Original file line number Diff line number Diff line change 5555 uses : actions/checkout@v4
5656 - uses : actions/setup-go@v5
5757 with :
58- go-version : ' 1.25.4 '
58+ go-version : ' 1.25.5 '
5959 - name : ${{ matrix.name }}
6060 env :
6161 WORKER_ID : ${{ matrix.worker_id }}
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v4
2828 - uses : actions/setup-go@v5
2929 with :
30- go-version : ' 1.25.4 '
30+ go-version : ' 1.25.5 '
3131 - name : Make TSO Function Test
3232 run : make test-tso-function
Original file line number Diff line number Diff line change 11module github.com/tikv/pd/client
22
3- go 1.25.4
3+ go 1.25.5
44
55require (
66 github.com/BurntSushi/toml v0.3.1
Original file line number Diff line number Diff line change 11module github.com/tikv/pd
22
3- go 1.25.4
3+ go 1.25.5
44
55// When you modify PD cooperatively with kvproto, this will be useful to submit the PR to PD and the PR to
66// kvproto at the same time. You can run `go mod tidy` to make it replaced with go-mod style specification.
Original file line number Diff line number Diff line change 11module github.com/tikv/pd/tests/integrations
22
3- go 1.25.4
3+ go 1.25.5
44
55replace (
66 github.com/tikv/pd => ../../
Original file line number Diff line number Diff line change 11module github.com/tikv/pd/tools
22
3- go 1.25.4
3+ go 1.25.5
44
55replace (
66 github.com/tikv/pd => ../
You can’t perform that action at this time.
0 commit comments