Prevent download+update of the dependencies.

This commit is contained in:
2023-01-16 14:47:53 +00:00
parent a517359fec
commit e04690acdb
+1 -1
View File
@@ -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