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

ci: configure additional CI jobs & bring linter settings in compliance with OSS template #279

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    8c50fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557bbd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d732aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c19d5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a47a77e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    46f8265 View commit details
    Browse the repository at this point in the history
  2. ci: update golangci.yml file

    Add back the importas linter since it seemed to be used still. Remove dogsled configuration since we no longer use it. Disable the float-compare rule in testifylint because it is not helpful in the few cases we do float comparisons in tests.
    jtieri committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c11c70a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b83187 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. chore: update .golangci.yml

    jtieri committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    37206d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167408b View commit details
    Browse the repository at this point in the history
  3. chore: fix linter warnings

    jtieri committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3628b42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64b6805 View commit details
    Browse the repository at this point in the history
  5. ci: update CI to use Go 1.23

    jtieri committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    441a9ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0aaef9a View commit details
    Browse the repository at this point in the history