-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update tidb dependency of integration tests & use go 1.19 #577
Conversation
Signed-off-by: ekexium <eke@fastmail.com>
c3ff94e
to
03cd4bd
Compare
Signed-off-by: ekexium <eke@fastmail.com>
03cd4bd
to
3d954d6
Compare
go.mod
Outdated
@@ -1,6 +1,6 @@ | |||
module github.com/tikv/client-go/v2 | |||
|
|||
go 1.18 | |||
go 1.19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we keep it unchanged at least for the root go.mod
? Now, the minimal supported go version for this library is still 1.18.
.github/workflows/test.yml
Outdated
@@ -28,7 +28,7 @@ jobs: | |||
- name: Set up Go | |||
uses: actions/setup-go@v2 | |||
with: | |||
go-version: 1.18 | |||
go-version: 1.19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we still use 1.18 for the unit tests of the library?
This reverts commit 3d954d6. Signed-off-by: ekexium <eke@fastmail.com>
7a40a70
to
ad6a6f2
Compare
Signed-off-by: ekexium <eke@fastmail.com>
ad6a6f2
to
41c68d3
Compare
CI seems extremely unstable even if I only changed go version for compatibility test. I don't know if it's related to go 1.19. |
Signed-off-by: ekexium eke@fastmail.com