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

Upgrade to Go 1.23 #575 #579

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Swastik-Swarup-Dash
Copy link

Signed-off-by: Swastik Swarup Dash [email protected]
Go 1.21 -> Go 1.23

@Swastik-Swarup-Dash
Copy link
Author

@devhindo Just Added a Condition regarding Go version

+GO_VERSION ?= 1.23
+export GO_VERSION 

Makefile Outdated
@@ -121,6 +121,8 @@ test: manifests generate fmt vet ## Run tests.

##@ Build

+GO_VERSION ?= 1.23
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't add this

Makefile Outdated
@@ -121,6 +121,8 @@ test: manifests generate fmt vet ## Run tests.

##@ Build

+GO_VERSION ?= 1.23
+export GO_VERSION
Copy link
Member

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

Copy link
Member

@devhindo devhindo left a 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]>
@Swastik-Swarup-Dash
Copy link
Author

@devhindo I think there is an Issue in Signing-off is there any alternative way to proceed

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