diff --git a/test/images/resource-consumer/Makefile b/test/images/resource-consumer/Makefile index 9914029742..9d1ea6237f 100644 --- a/test/images/resource-consumer/Makefile +++ b/test/images/resource-consumer/Makefile @@ -1,6 +1,6 @@ all: clean consumer -TAG = alpha +TAG = beta consumer: CGO_ENABLED=0 godep go build -a -installsuffix cgo --ldflags '-w' -o consume-cpu/consume-cpu ./consume-cpu/consume_cpu.go