-
Notifications
You must be signed in to change notification settings - Fork 10
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 #431
Update go to 1.23 #431
Conversation
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: Vladislav Byrgazov <[email protected]>
.github/workflows/ci.yaml
Outdated
with: | ||
go-version: 1.20.5 | ||
go-version: 1.23.1 |
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.
go-version: 1.23.1 | |
go-version: 1.23.3 |
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.
Done
.github/workflows/ci.yaml
Outdated
with: | ||
go-version: 1.20.5 | ||
go-version: 1.23.1 |
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.
go-version: 1.23.1 | |
go-version: 1.23.3 |
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.
Done
.golangci.yml
Outdated
- gocritic | ||
- revive |
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.
Is it possible to disable just certain issues and keep these linters working with main.go?
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.
Sure, investigated more, we had collision of gocritic and govet linter about shadowing 'err' variables and as i got - this is convention to re-assign 'err', so applied gocritic fix and excluded govet 'err' shadowing
Signed-off-by: Vladislav Byrgazov <[email protected]>
…d-forwarder-ovs@main PR link: networkservicemesh/cmd-forwarder-ovs#431 Commit: 05f86ff Author: Denis Tingaikin Date: 2024-11-21 10:01:53 +0000 Message: - Merge pull request #431 from Ex4amp1e/update-go-1.23 Signed-off-by: NSMBot <[email protected]>
…d-forwarder-ovs@main (#12555) PR link: networkservicemesh/cmd-forwarder-ovs#431 Commit: 05f86ff Author: Denis Tingaikin Date: 2024-11-21 10:01:53 +0000 Message: - Merge pull request #431 from Ex4amp1e/update-go-1.23 Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
Issue: networkservicemesh/deployments-k8s#12294