We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37dad5 commit a47f8e8Copy full SHA for a47f8e8
.github/workflows/deploy.yaml
@@ -28,14 +28,14 @@ jobs:
28
- name: Build webhook-receiver Lambda
29
working-directory: lambda/webhook-receiver-go
30
run: |
31
- go mod download
+ go mod tidy
32
GOOS=linux GOARCH=amd64 go build -o bootstrap main.go
33
zip function.zip bootstrap
34
35
- name: Build es-indexer-worker Lambda
36
working-directory: lambda/es-indexer-worker-go
37
38
39
40
41
0 commit comments