Skip to content

Commit

Permalink
fix(ci): go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Mar 2, 2021
1 parent bb1bc00 commit 79ea625
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
name: Acceptance tests
run: make acceptance
if: matrix.os == 'ubuntu-latest'
-
name: Diff
run: git diff
-
name: Upload coverage
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export GO111MODULE := on

# Install all the build and lint dependencies
setup:
go mod download
go mod tidy
git config core.hooksPath .githooks
.PHONY: setup

Expand Down
2 changes: 1 addition & 1 deletion www/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ cd nfpm
**Get the dependencies:**

```console
$ go mod download
$ go mod tidy
```

**Build:**
Expand Down

0 comments on commit 79ea625

Please sign in to comment.