Skip to content

Commit

Permalink
chore: remove unnecessary go mod tidy (#2537)
Browse files Browse the repository at this point in the history
<!--
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)
  • Loading branch information
rach-id authored and mergify[bot] committed Sep 19, 2023
1 parent af17626 commit 89957f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ build: mod
@cd ./cmd/celestia-appd
@mkdir -p build/
@go build $(BUILD_FLAGS) -o build/ ./cmd/celestia-appd
@go mod tidy
.PHONY: build

## install: Build and install the celestia-appd binary into the $GOPATH/bin directory.
Expand Down

0 comments on commit 89957f3

Please sign in to comment.