Skip to content

Commit

Permalink
chore: require go 1.23 in tidb-compatibiilty test
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <[email protected]>
  • Loading branch information
ekexium committed Oct 9, 2024
1 parent 3b738d4 commit c12a9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
go-version: "1.23.0"

- name: Checkout Client-Go
uses: actions/checkout@v2
Expand Down

0 comments on commit c12a9ac

Please sign in to comment.