Skip to content

Commit

Permalink
Update build-lambda-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeelabbas1214 committed Sep 20, 2024
1 parent 1eb373a commit 4710eab
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/build-lambda-zip.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1 @@
name: go get build-lambda-zip
on:
push:
branches:
- master
schedule:
- cron: "7 7 * * *"

jobs:
thejob:
runs-on: ${{ matrix.platform }}
name: install build-lambda-zip on ${{ matrix.platform }}
strategy:
matrix:
go-version: [1.12, 1.13]
platform: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

- name: go get
env:
GOPROXY: direct
GO111MODULE: on
run: |
go env
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip

0 comments on commit 4710eab

Please sign in to comment.