From 5153ca8940b0b9fbd9912b33fd105acf160f52cf Mon Sep 17 00:00:00 2001 From: Rodrigo Motta Date: Fri, 16 Feb 2024 19:36:56 +0000 Subject: [PATCH] gitpod adjust --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 29c34fc..89c0497 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -5,7 +5,7 @@ # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart tasks: - - init: go get && go build ./... && go test ./... - command: go run . + - init: go mod download + command: go run ./api/cmd/main.go