Force use of the docker container instead of building the image on the fly.

This commit is contained in:
2023-10-20 09:42:31 +01:00
parent e8742c29b5
commit 5e945c4ba0
4 changed files with 107 additions and 95 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ test: ## Run whole test suite
.PHONY: update
update: ## Update dependencies
@go mod download
@go get -u ./...
@go mod tidy
.PHONY: update-all
update-all: ## Update all dependencies and sub-packages