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

lint: Fix golangci-lint error #242

Merged
merged 3 commits into from
Sep 16, 2024
Merged

lint: Fix golangci-lint error #242

merged 3 commits into from
Sep 16, 2024

Commits on Sep 13, 2024

  1. lint: Fix golangci-lint error

    This is due to the new version incorporating new go1.23 vet behavior.
    
    Signed-off-by: Paul Mars <[email protected]>
    upils committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5bc873b View commit details
    Browse the repository at this point in the history
  2. ci: update golangci GH action

    Signed-off-by: Paul Mars <[email protected]>
    upils committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    03d0bbd View commit details
    Browse the repository at this point in the history
  3. CI: Exclude rule G115 of gosec

    This rule is not yet working properly. This exclusion should be removed as soon as this is fixed. At this point we will have to deal with the true positives.
    
    Signed-off-by: Paul Mars <[email protected]>
    upils committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e294127 View commit details
    Browse the repository at this point in the history