-
Notifications
You must be signed in to change notification settings - Fork 6
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 #7
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Vladislav Byrgazov <[email protected]>
@@ -10,26 +11,23 @@ linters-settings: | |||
values: | |||
regexp: | |||
company: .* | |||
copyright-holder: Copyright \(c\) ({{year-range}}) {{company}}\n\n | |||
copyright-holder: Copyright \(c\) ({{mod-year-range}}) {{company}}\n\n |
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.
vpphelper is the only repository where this fix does not help to avoid goheader linter error for file, that has not been modified in the PR.
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.
@denis-tingaikin any ideas to fix golangci-lint error?
Error: Pattern (Copyright \(c\) (((20\d\d\-2023)|(2023))) .*\n\n)+ doesn't match. (goheader)
I can get it locally too in connection.go file
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.
ok, just update it
@Ex4amp1e Any updates? |
Signed-off-by: Vladislav Byrgazov <[email protected]>
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.
Could you use golangci config as a base from https://github.com/networkservicemesh/api/blob/main/.golangci.yml ?
Issue: networkservicemesh/deployments-k8s#12294