mirror of
https://github.com/cheat/cheat.git
synced 2026-06-17 22:07:40 +02:00
fix(Makefile): vendor-update
Update the `vendor-update` build target to run `go mod vendor` after updating dependencies.
This commit is contained in:
@@ -138,7 +138,7 @@ vendor:
|
|||||||
|
|
||||||
## vendor-update: update vendored dependencies
|
## vendor-update: update vendored dependencies
|
||||||
vendor-update:
|
vendor-update:
|
||||||
$(GO) get -t -u ./...
|
$(GO) get -t -u ./... && $(GO) mod vendor
|
||||||
|
|
||||||
## fmt: run go fmt
|
## fmt: run go fmt
|
||||||
.PHONY: fmt
|
.PHONY: fmt
|
||||||
|
|||||||
Reference in New Issue
Block a user