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

Conversation

fsouza
Copy link
Contributor

@fsouza fsouza commented Sep 16, 2021

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).

For linting, adopt golangci-lint, fixing all violations.

As a bonus, I'm also adding configuration for dependabot, so we can keep
dependencies up to date.

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.
This will help us keep GHA and go modules up to date.
Want to point the svg to the right branch too.
@fsouza fsouza merged commit aa005a7 into master Sep 20, 2021
@fsouza fsouza deleted the gha branch September 20, 2021 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants