-
Notifications
You must be signed in to change notification settings - Fork 81
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
base: master
Are you sure you want to change the base?
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
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.
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 |
Signed-off-by: Swastik Swarup Dash [email protected]
Go 1.21 -> Go 1.23