diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d4c49d4..54083919 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Makefile b/Makefile index 229c5c0e..0483a6e8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/www/docs/install.md b/www/docs/install.md index e68b807d..98b83136 100644 --- a/www/docs/install.md +++ b/www/docs/install.md @@ -68,7 +68,7 @@ $ cd nfpm **Get the dependencies:** ```console -$ go mod download +$ go mod tidy ``` **Build:**