mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-22 02:02:14 +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
|
||||
|
||||
.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 ./...
|
||||
|
||||
Reference in New Issue
Block a user