Skip to content

Commit

Permalink
makefile : v0.7.3
Browse files Browse the repository at this point in the history
commit-id:32c1be70
  • Loading branch information
ejoffe committed Jul 14, 2021
1 parent d6e27c6 commit 78b8531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION = 0.7.3

bin:
goreleaser --snapshot --skip-publish --rm-dist
Expand All @@ -6,4 +7,4 @@ release:
goreleaser release --rm-dist

# update the pkg.go.dev cache
GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/$(USER)/$(PACKAGE)@v$(VERSION)
GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/ejoffe/spr@v$(VERSION)

0 comments on commit 78b8531

Please sign in to comment.