mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-13 04:47:12 +00:00
Replace update with update-all
This commit is contained in:
@@ -32,5 +32,9 @@ test: ## Run whole test suite
|
|||||||
@go test ./... $(ADDITIONAL_BUILD_FLAGS) -v -race -cover -coverprofile=coverage.out
|
@go test ./... $(ADDITIONAL_BUILD_FLAGS) -v -race -cover -coverprofile=coverage.out
|
||||||
|
|
||||||
.PHONY: update
|
.PHONY: update
|
||||||
update: ## Update all dependencies and sub-packages
|
update: ## Update dependencies
|
||||||
|
@go get ./...
|
||||||
|
|
||||||
|
.PHONY: update-all
|
||||||
|
update-all: ## Update all dependencies and sub-packages
|
||||||
@go get -u ./...
|
@go get -u ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user