Skip to content

Commit

Permalink
make setup shouldn't update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele authored Jun 28, 2021
1 parent 13130a5 commit 0bae92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ release: build
tar -cvzf dist/$(BINARY)_$(VERSION)_$(OS:GNU/%=%)_$(shell uname -m).tar.gz $(BINARY) LICENSE README.md

setup:
go get -t -u ./...
go get -t ./...

install:
go install ${LDFLAGS} ${PACKAGE}
Expand Down

0 comments on commit 0bae92e

Please sign in to comment.