Skip to content

Commit f1a6f97

Browse files
authored
scripts: Remove goreleaser from deps target (#512)
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>
1 parent 8a2d6f6 commit f1a6f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Makefile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSION_GOBINDATA:=v0.0.0-20190711162640-ee3c2418e368
1111
VERSION_GORELEASER:=v0.156.1
1212
VERSION_VERSIONBUMP:=v1.1.0
1313

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

1616
$(GOBIN):
1717
@ mkdir -p $(GOBIN)

0 commit comments

Comments
 (0)