1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-27 13:06:12 +02:00

fix(ci): go mod tidy (#308)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-03-02 21:29:17 -03:00 committed by GitHub
parent bb1bc007b8
commit 0246c68390
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -68,7 +68,7 @@ $ cd nfpm
**Get the dependencies:**
```console
$ go mod download
$ go mod tidy
```
**Build:**