You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: