Skip to content
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

Merged
merged 4 commits into from
Sep 2, 2022

Conversation

ekexium
Copy link
Contributor

@ekexium ekexium commented Sep 2, 2022

Signed-off-by: ekexium eke@fastmail.com

Signed-off-by: ekexium <eke@fastmail.com>
@ekexium ekexium changed the title update tidb dependency of integration tests update tidb dependency of integration tests & use go 1.19 Sep 2, 2022
@ekexium ekexium force-pushed the restore-tidb-dependency branch 3 times, most recently from c3ff94e to 03cd4bd Compare September 2, 2022 05:34
Signed-off-by: ekexium <eke@fastmail.com>
@ekexium ekexium force-pushed the restore-tidb-dependency branch from 03cd4bd to 3d954d6 Compare September 2, 2022 05:43
go.mod Outdated
@@ -1,6 +1,6 @@
module github.com/tikv/client-go/v2

go 1.18
go 1.19
Copy link
Collaborator

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.

@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
Copy link
Collaborator

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>
@ekexium ekexium force-pushed the restore-tidb-dependency branch from 7a40a70 to ad6a6f2 Compare September 2, 2022 06:21
Signed-off-by: ekexium <eke@fastmail.com>
@ekexium ekexium force-pushed the restore-tidb-dependency branch from ad6a6f2 to 41c68d3 Compare September 2, 2022 06:30
@ekexium
Copy link
Contributor Author

ekexium commented Sep 2, 2022

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.

@sticnarf sticnarf merged commit 0f6bff3 into tikv:master Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants