-
Notifications
You must be signed in to change notification settings - Fork 82
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
Upgrade to Go 1.23 #575 #579
Conversation
@devhindo Just Added a Condition regarding Go version
|
Makefile
Outdated
@@ -121,6 +121,8 @@ test: manifests generate fmt vet ## Run tests. | |||
|
|||
##@ Build | |||
|
|||
+GO_VERSION ?= 1.23 |
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.
don't add this
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.
@Swastik-Swarup-Dash did you incorporate this feedback? Be sure to reply here...
Makefile
Outdated
@@ -121,6 +121,8 @@ test: manifests generate fmt vet ## Run tests. | |||
|
|||
##@ Build | |||
|
|||
+GO_VERSION ?= 1.23 | |||
+export GO_VERSION |
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.
this shouldn't be added as well
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.
@Swastik-Swarup-Dash did you incorporate this feedback? Be sure to reply here...
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.
Yes i have @leecalcote
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.
Good! now sign your commits by commit using git commit -s -m "commit"
Signed-off-by: Swastik Swarup Dash <[email protected]>
919cc87
to
c3f1f8c
Compare
Signed-off-by: Swastik Swarup Dash <[email protected]>
@devhindo I think there is an Issue in Signing-off is there any alternative way to proceed |
Thank you for contributing to the Layer5 community! 🎉 \ \ |
Thanks, @Swastik-Swarup-Dash. Meshery Operator no longer seems to build successfully. Will you verify? |
@Swastik-Swarup-Dash https://layer5io.slack.com/archives/C055L65AB99/p1736827137315759... are you in the community Slack? |
yes i am |
I would love to but I am currently busy with a Ongoing Project. |
Signed-off-by: Swastik Swarup Dash [email protected]
Go 1.21 -> Go 1.23