Skip to content

Commit

Permalink
Fix ci-config for go-version bumps (#18382)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mpalmi authored and AnPucel committed Jan 14, 2023
1 parent f720e57 commit fdc2d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ define GEN_CONFIG
@mv -f $@.tmp $@
endef

.PHONY: $(OUT)
$(OUT): $(CONFIG_SOURCE)
$(GEN_CONFIG)
@echo "$@ updated"
Expand Down

0 comments on commit fdc2d13

Please sign in to comment.