We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d2d7a commit 97c9d57Copy full SHA for 97c9d57
Makefile
@@ -24,7 +24,7 @@ build:
24
$(GOBUILD) $(LDFLAGS) -o $(BINPATH)/$(BINARY_NAME) -v ./cmd/$(BINARY_NAME)
25
26
deploy:
27
- GO111MODULE=off go get github.com/goreleaser/goreleaser@latest
+ GO111MODULE=off go get github.com/goreleaser/goreleaser
28
goreleaser release --rm-dist
29
30
lint:
0 commit comments