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

Refresh and improve CI #73

Merged
merged 3 commits into from
Jul 13, 2021
Merged

Refresh and improve CI #73

merged 3 commits into from
Jul 13, 2021

Conversation

kolyshkin
Copy link
Contributor

  1. Add golangci-lint job (which used to be part of Travis-CI but was not moved over to GHA).

  2. Update Go versions used in tests to current stable releases
    (plus 1.13 which is still used by Moby).

  3. Explicitly specify ubuntu version used.

  4. Bump actions/setup-go to v2.

1. Update Go versions used in tests to current stable releases
   (plus 1.13 which is still used by Moby).

2. Explicitly specify ubuntu version used.

3. Bump actions/setup-go to v2.

Signed-off-by: Kir Kolyshkin <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>
@kolyshkin
Copy link
Contributor Author

@thaJeztah @cpuguy83 PTAL

The targets being removed were used by Travis CI, which is long gone.
Golangci-lint is now run by GHA CI without any help from the Makefile.

If a developer wants to run it locally,
they probably have it installed already, and typing

	golangci-lint run ./...

is relatively easy.

Signed-off-by: Kir Kolyshkin <[email protected]>
Copy link
Owner

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpuguy83 cpuguy83 merged commit a3a0287 into cpuguy83:master Jul 13, 2021
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