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} Clean up golangci job #602

Merged
merged 1 commit into from
Nov 26, 2022
Merged

{ci} Clean up golangci job #602

merged 1 commit into from
Nov 26, 2022

Conversation

asmaloney
Copy link
Contributor

  • use macOS for runner to avoid extra updating/downloading
  • use the go.mod file to determine go version

- use macOS for runner to avoid extra updating/downloading
- use the go.mod file to determine go version
@codecov-commenter
Copy link

Codecov Report

Merging #602 (884b593) into master (67102e6) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #602   +/-   ##
======================================
  Coverage    2.95%   2.95%           
======================================
  Files          35      35           
  Lines        3282    3282           
======================================
  Hits           97      97           
  Misses       3184    3184           
  Partials        1       1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@AllenDang AllenDang merged commit 518f13f into AllenDang:master Nov 26, 2022
@asmaloney asmaloney deleted the cleanup-golangci branch November 26, 2022 04:41
name: lint
runs-on: ubuntu-latest
name: Lint
runs-on: macos-latest
Copy link
Collaborator

Choose a reason for hiding this comment

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

@asmaloney may I ask why did you changed it to mac? Imo Ubuntu is faster

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't see that speed matter much here since the main build takes over 10 minutes (and I didn't notice much difference), but the Linux one was running an update and pulling down a bunch of packages. This is a waste of bandwidth and also means that it needs to be kept up-to-date if the required packages change.

Less required maintenance is good!

Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh, you're right! Looks fair to me, thank you

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.

None yet

4 participants