Mark vendor target phony and update

The vendor target can't reliably determine when it needs to run, so mark
it phony. At the same time, update go.mod.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-10-06 00:41:48 -06:00
parent ced1239e21
commit d08aeb2adc
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ build: wwctl wwclient wwapid wwapic wwapird etc/defaults.conf etc/bash_completio
.PHONY: docs
docs: man_pages reference
.PHONY: vendor
vendor:
go mod tidy -v
go mod vendor