Skip to content

Commit ae8cbd9

Browse files
committed
revert Makefile change so prow works
1 parent 79c8e14 commit ae8cbd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ else
3737
$(Q)go mod vendor
3838
endif
3939

40-
mod-update:
40+
# TODO: change to mod-update once prow CI command has changed.
41+
dep-update:
4142
$(Q)go get -u -v
4243

4344
clean:
4445
$(Q)rm -rf build
4546

46-
.PHONY: all test format mod clean
47+
.PHONY: all test format mod dep-update clean
4748

4849
install:
4950
$(Q)go install -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" $(BUILD_PATH)

0 commit comments

Comments
 (0)