added winio to godeps

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-11-08 17:12:46 -08:00
parent 6acc7e2c4d
commit 72935fbc06
3 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ dagger:
dagger-debug:
go build -race -o ./cmd/dagger/dagger-debug -ldflags '-X go.dagger.io/dagger/version.Revision=$(GIT_REVISION)' ./cmd/dagger/
.PHONY: install
go install ./cmd/dagger
.PHONY: test
test:
go test -race -v ./...