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

Fix golangci-lint installation step in CI #1185

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

JacobOaks
Copy link
Contributor

Following uber-go/zap#1424 as an example, fix CI to use --help flag since --version is no longer accepted.

(example issue: https://github.com/uber-go/fx/actions/runs/8469190208/job/23203935028?pr=1182)

Following uber-go/zap#1424 as an example,
fix CI to use `--help` flag since `--version` is no longer accepted.

(example issue: https://github.com/uber-go/fx/actions/runs/8469190208/job/23203935028?pr=1182)
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (master@e44b89c). Click here to learn what that means.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1185   +/-   ##
=========================================
  Coverage          ?   98.73%           
=========================================
  Files             ?       31           
  Lines             ?     2851           
  Branches          ?        0           
=========================================
  Hits              ?     2815           
  Misses            ?       29           
  Partials          ?        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sywhang sywhang merged commit 5c45bbc into uber-go:master Apr 2, 2024
12 checks passed
JacobOaks added a commit to JacobOaks/sally that referenced this pull request Apr 29, 2024
Following uber-go/zap#1424 and
uber-go/fx#1185 as examples.

`--version` is no longer accepted. Use `--help` instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants