Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielqsj committed Aug 23, 2022
1 parent 7a8c193 commit dbcc6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ PROMU=$(shell go env GOPATH)/bin/promu
github-release:
@GOOS=$(shell uname -s | tr A-Z a-z) \
GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \
$(GO) install github.com/github-release/[email protected] \
$(GO) mod tidy
$(GO) install github.com/github-release/[email protected]
$(GO) mod tidy

# Run go fmt against code
.PHONY: fmt
Expand Down

0 comments on commit dbcc6ab

Please sign in to comment.