Skip to content

Commit 139ebf0

Browse files
committed
fix build command when using go modules
1 parent b152e22 commit 139ebf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
all: build test
22
build:
3-
go get -t -v ./...
43
go build
54
test:
65
go test -v -short ./...
76
e2e-test:
87
docker-compose up --abort-on-container-exit --build
98
static:
10-
go get -t -v ./...
119
go build --ldflags '-extldflags "-static"'
1210

1311
.PHONY: rpm

0 commit comments

Comments
 (0)