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 #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Ex4amp1e
Copy link

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
Copy link
Author

@Ex4amp1e Ex4amp1e Nov 13, 2024

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.

Copy link
Author

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

Copy link
Member

Choose a reason for hiding this comment

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

ok, just update it

@denis-tingaikin
Copy link
Member

@Ex4amp1e Any updates?

Signed-off-by: Vladislav Byrgazov <[email protected]>
Copy link
Member

@denis-tingaikin denis-tingaikin left a 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 ?

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