GitHub action for building Go based lambdas
- uses: aig787/[email protected]
with:
files: "main.go other/helper.go"
credentials: ${{ secrets.GIT_CREDENTIALS }}
| Variable | Description | Required | Default |
|---|---|---|---|
| files | Source files to be built and packaged (space separated) | true | |
| directory | Relative path under $GITHUB_WORKSPACE where source code is located | false | |
| credentials | If provided git will be configured to use these credentials and https | false |
Content type
Image
Digest
Size
835.1 MB
Last updated
over 5 years ago
docker pull aig787/go-lambda-builder