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

Update go to 1.23 #1193

Merged
merged 5 commits into from
Nov 21, 2024
Merged

Conversation

Ex4amp1e
Copy link
Contributor

Vladislav Byrgazov added 2 commits October 17, 2024 14:22
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
…rade-go-1.23

Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
Vladislav Byrgazov added 2 commits November 13, 2024 12:32
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
@@ -140,11 +143,11 @@ func getKernelVer() ([2]int, error) {
if err != nil {
return [2]int{}, err
}
min, err := strconv.Atoi(ver[1])
minValue, err := strconv.Atoi(ver[1])
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
minValue, err := strconv.Atoi(ver[1])
minor, err := strconv.Atoi(ver[1])

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

if err != nil {
return [2]int{}, err
}
return [2]int{maj, min}, nil
return [2]int{maj, minValue}, nil
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
return [2]int{maj, minValue}, nil
return [2]int{major, minor}, nil

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
@denis-tingaikin denis-tingaikin merged commit f2bf8fd into networkservicemesh:main Nov 21, 2024
13 checks passed
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Nov 21, 2024
…d-forwarder-vpp@main

PR link: networkservicemesh/cmd-forwarder-vpp#1193

Commit: f2bf8fd
Author: Vladislav Byrgazov
Date: 2024-11-21 15:00:01 +0500
Message:
  - Update go to 1.23 (#1193)
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Nov 21, 2024
…d-forwarder-vpp@main (#12552)

PR link: networkservicemesh/cmd-forwarder-vpp#1193

Commit: f2bf8fd
Author: Vladislav Byrgazov
Date: 2024-11-21 15:00:01 +0500
Message:
  - Update go to 1.23 (#1193)

Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
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