Skip to content

Commit

Permalink
fix(netlify): vendor dir is no longer used
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>
  • Loading branch information
rajatjindal committed Nov 10, 2024
1 parent ccdd6b1 commit 35e214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35e214f

Please sign in to comment.