mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-14 01:11:30 +00:00
Prevent download+update of the dependencies.
This commit is contained in:
@@ -33,7 +33,7 @@ test: ## Run whole test suite
|
|||||||
|
|
||||||
.PHONY: update
|
.PHONY: update
|
||||||
update: ## Update dependencies
|
update: ## Update dependencies
|
||||||
@go get ./...
|
@go mod download
|
||||||
|
|
||||||
.PHONY: update-all
|
.PHONY: update-all
|
||||||
update-all: ## Update all dependencies and sub-packages
|
update-all: ## Update all dependencies and sub-packages
|
||||||
|
|||||||
Reference in New Issue
Block a user