mirror of https://github.com/tikv/client-go.git
ci: fix compatibility test due to the low GO version (#711)
Signed-off-by: nolouch <nolouch@gmail.com>
This commit is contained in:
parent
a27994e5aa
commit
811a62bb69
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: "1.20.x"
|
||||
|
||||
- name: Checkout Client-Go
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue