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

chore: remove unnecessary go mod tidy (backport #2537) #2542

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 19, 2023

This is an automatic backport of pull request #2537 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

The makefile target is already depending on `mod` before building the
binary. Thus, we can remove the extra go mod tidy

## Checklist

<!--
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords

(cherry picked from commit d51e01a)
@github-actions github-actions bot added the bot item was created by a bot label Sep 19, 2023
@celestia-bot celestia-bot requested a review from a team September 19, 2023 15:24
@rach-id rach-id enabled auto-merge (squash) September 19, 2023 15:30
@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2023

Codecov Report

Merging #2542 (d992eda) into v1.x (d992eda) will not change coverage.
The diff coverage is n/a.

❗ Current head d992eda differs from pull request most recent head f69c224. Consider uploading reports for the commit f69c224 to get more accurate results

@@           Coverage Diff           @@
##             v1.x    #2542   +/-   ##
=======================================
  Coverage   20.35%   20.35%           
=======================================
  Files         138      138           
  Lines       15885    15885           
=======================================
  Hits         3234     3234           
  Misses      12343    12343           
  Partials      308      308           

@celestia-bot celestia-bot requested a review from a team September 19, 2023 15:39
@rach-id rach-id merged commit 449c14a into v1.x Sep 19, 2023
20 of 21 checks passed
@rach-id rach-id deleted the mergify/bp/v1.x/pr-2537 branch September 19, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants