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

Fix linter errors #283

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Fix linter errors #283

merged 2 commits into from
Aug 16, 2024

Commits on Aug 16, 2024

  1. Refactor error handling for nil template pointers

    Replace fmt.Errorf with errors.New for consistency in error handling. This change ensures a more streamlined and uniform error reporting approach across the codebase. Also updated a test case from t.Errorf to t.Error for better readability.
    wneessen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    590dfe9 View commit details
    Browse the repository at this point in the history
  2. Update GolangCI config to go 1.23 and exclude examples

    Upgraded the Go version in GolangCI configuration from 1.22 to 1.23. Added the "examples" directory to the exclusion list for linting.
    wneessen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e288bca View commit details
    Browse the repository at this point in the history