diff --git a/Makefile b/Makefile index 93e23de..66eae56 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ lambda: mkdir -p functions - CGO_ENABLED=0 GOOS=linux go build -mod vendor --ldflags "-s -w" -o functions/github-action-webhook cmd/webhook/main.go + CGO_ENABLED=0 GOOS=linux go build --ldflags "-s -w" -o functions/github-action-webhook cmd/webhook/main.go all: lambda \ No newline at end of file