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

Migrate to GHA #114

Merged
merged 6 commits into from
Sep 20, 2021
Merged

Migrate to GHA #114

merged 6 commits into from
Sep 20, 2021

Commits on Sep 16, 2021

  1. Migrate to GHA

    Also remove the Makefile. vet is replaced with `-vet=all`. We're not
    running quick anymore (no point in running the tests with the race
    detector disabled only to run it again with the race detector enabled).
    
    Finally, for linting, adopt golangci-lint.
    fsouza committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    5a7e81f View commit details
    Browse the repository at this point in the history
  2. Fix golangci-lint violations

    fsouza committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8a4eb90 View commit details
    Browse the repository at this point in the history
  3. Add dependabot config

    This will help us keep GHA and go modules up to date.
    fsouza committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    a174bc4 View commit details
    Browse the repository at this point in the history
  4. Don't run tests twice

    fsouza committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    eca9aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93e805e View commit details
    Browse the repository at this point in the history
  6. readme: fix badge

    Want to point the svg to the right branch too.
    fsouza committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    3da02a3 View commit details
    Browse the repository at this point in the history