Skip to content

Commit

Permalink
makefile : remove pkg.go.dev cache update
Browse files Browse the repository at this point in the history
commit-id:6ea2b7a5
  • Loading branch information
ejoffe authored and Eitan Joffe committed Oct 28, 2021
1 parent 0a5b154 commit a9bb60f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
VERSION = 0.7.3

bin:
goreleaser --snapshot --skip-publish --rm-dist

release:
goreleaser release --rm-dist

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

0 comments on commit a9bb60f

Please sign in to comment.