Skip to content

Commit

Permalink
scripts: Remove goreleaser from deps target (#512)
Browse files Browse the repository at this point in the history
Removes the installation of Goreleaser from the main `deps` target since
it's not necessary to perform any of the development tasks and it can be
installed manually if a release needs to be manually run.

Signed-off-by: Marc Lopez Rubio <marc5.12@outlook.com>
  • Loading branch information
marclop committed Sep 10, 2021
1 parent 8a2d6f6 commit f1a6f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.deps
Expand Up @@ -11,7 +11,7 @@ VERSION_GOBINDATA:=v0.0.0-20190711162640-ee3c2418e368
VERSION_GORELEASER:=v0.156.1
VERSION_VERSIONBUMP:=v1.1.0

deps: $(GOBIN)/golint $(GOBIN)/go-licenser $(GOBIN)/golangci-lint $(GOBIN)/go-bindata $(GOBIN)/goreleaser
deps: $(GOBIN)/golint $(GOBIN)/go-licenser $(GOBIN)/golangci-lint $(GOBIN)/go-bindata

$(GOBIN):
@ mkdir -p $(GOBIN)
Expand Down

0 comments on commit f1a6f97

Please sign in to comment.