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

Support go1.19,1.20 #3038

Open
chenrui333 opened this issue Mar 20, 2023 · 3 comments
Open

Support go1.19,1.20 #3038

chenrui333 opened this issue Mar 20, 2023 · 3 comments

Comments

@chenrui333
Copy link

Not sure why the build only support 1.17.x as it is no longer maintained in the upstream.

@cwbhhjl
Copy link
Contributor

cwbhhjl commented Mar 21, 2023

The "1.17" in go.mod is the minimum required version for compilation. You can use the latest version of Go to compile, and we will also update go.mod later.

@chenrui333
Copy link
Author

make sense, it might be good to also compile as part of CI though.

@cwbhhjl
Copy link
Contributor

cwbhhjl commented Mar 22, 2023

We will also update related parts in the future, such as Dockerfile, CI.

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

No branches or pull requests

2 participants