fix cri-o update
parent
5f072f0514
commit
da98b837f1
2
Makefile
2
Makefile
|
@ -1089,7 +1089,7 @@ update-buildkit-version:
|
||||||
|
|
||||||
.PHONY: update-cri-o-version
|
.PHONY: update-cri-o-version
|
||||||
update-cri-o-version:
|
update-cri-o-version:
|
||||||
(cd hack/update/cri-o_version $$ \
|
(cd hack/update/cri-o_version && \
|
||||||
go run update_cri-o_version.go)
|
go run update_cri-o_version.go)
|
||||||
|
|
||||||
.PHONY: generate-licenses
|
.PHONY: generate-licenses
|
||||||
|
|
Loading…
Reference in New Issue