1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 10:41:14 +02:00

ci: go mod tidy

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2019-09-10 15:04:46 -03:00
parent 793528c997
commit 8d5d54a007
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@ env:
- GOPROXY=https://gocenter.io
before:
hooks:
- go mod download
- go mod tidy
builds:
- main: ./cmd/nfpm
env:

@ -9,7 +9,7 @@ export GOPROXY := https://gocenter.io
# Install all the build and lint dependencies
setup:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh
go mod download
go mod tidy
.PHONY: setup