Skip to content

Commit 79927e4

Browse files
authored
update makefile to support latest golang version (#79)
* update makefile to support lastest golang version
1 parent 1100659 commit 79927e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
33

44
.PHONY : install
55
install:
6-
go build -i -v -mod=vendor -o out/ucloud main.go
6+
go build -v -mod=vendor -o out/ucloud main.go
77
cp out/ucloud /usr/local/bin
88

99
.PHONY : build-darwin-amd64

0 commit comments

Comments
 (0)