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

Automatically update go.mod #50

Merged
merged 4 commits into from
May 31, 2024
Merged

Automatically update go.mod #50

merged 4 commits into from
May 31, 2024

Commits on May 27, 2024

  1. go.mod: Update go modules

    Updated with `go get -u ./...`
    cfergeau committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d37a12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05aa59e View commit details
    Browse the repository at this point in the history
  3. ghactions: Update golangci-lint-action to v6

    This is the latest version, and should fix some CI failures related to
    this action.
    cfergeau committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e4eb796 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. lint: Use '_' to name unused args

    This fixes warnings with newer golangci-lint versions.
    
    Signed-off-by: Christophe Fergeau <[email protected]>
    cfergeau committed May 29, 2024
    Configuration menu
    Copy the full SHA
    859f9eb View commit details
    Browse the repository at this point in the history