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

Compile with Go version from hack/go-version.sh #1926

Open
ashokpariya0 opened this issue Nov 21, 2024 · 0 comments
Open

Compile with Go version from hack/go-version.sh #1926

ashokpariya0 opened this issue Nov 21, 2024 · 0 comments
Labels

Comments

@ashokpariya0
Copy link
Contributor

What happened:
The hack/go-version.sh script at this link returns Go version 1.21. However, in lines 57-58 of the current Makefile, we use the script at this link to install the latest available Go version(1.23.3), and then we compile using this latest version. Is this behavior correct?

What you expected to happen:
compile using go version return by hack/go-version.sh script.

How to reproduce it (as minimally and precisely as possible):

Additional context:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant