Skip to content

Commit

Permalink
Update build-lambda-zip.yml
Browse files Browse the repository at this point in the history
remove branch name from `go get -u` line, to match README instructions
  • Loading branch information
bmoffatt committed Sep 21, 2021
1 parent 0d9038e commit 1cb90e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lambda-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
GO111MODULE: on
run: |
go env
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip@master
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip

0 comments on commit 1cb90e0

Please sign in to comment.