Fix ci-config for go-version bumps (#18382)

The removal of the phony $(OUT) target was preventing `make ci-config`
from recognizing changes to .go-version, since it is not an explicit file target.
Reintroduce this change to get parity with ENT and fix go version bumps.
This commit is contained in:
Mike Palmiotto
2022-12-14 16:35:03 -05:00
committed by GitHub
parent 8c7b9e9f8a
commit a18c0a9426

View File

@@ -82,6 +82,7 @@ define GEN_CONFIG
@mv -f $@.tmp $@
endef
.PHONY: $(OUT)
$(OUT): $(CONFIG_SOURCE)
$(GEN_CONFIG)
@echo "$@ updated"