lifadev / archive_aws-lambda-go-shim

Author your AWS Lambda functions in Go, effectively.
https://github.com/eawsy/aws-lambda-go-shim
Apache License 2.0
789 stars 66 forks source link

Builds failing since the last image push #36

Closed danielrife closed 7 years ago

danielrife commented 7 years ago

I'm getting Unable to find image 'eawsy/aws-lambda-go-shim:latest' locally latest: Pulling from eawsy/aws-lambda-go-shim Status: Downloaded newer image for eawsy/aws-lambda-go-shim:latest lambda.go:17:2: cannot find package "github.com/eawsy/aws-lambda-go-core/service/lambda/runtime" in any of: /usr/local/go/src/github.com/eawsy/aws-lambda-go-core/service/lambda/runtime (from $GOROOT) /root/go/src/github.com/eawsy/aws-lambda-go-core/service/lambda/runtime (from $GOPATH) using the latest image. No problems before that.

danielrife commented 7 years ago

Seems like the last success we had was 9 days ago. Sha was the last successful build that worked. 37dda5fddfd77f0c5eb977b0faddf033e3b016ec

fsenart commented 7 years ago

Have you also updated your makefile to the latest version?

danielrife commented 7 years ago

I missed that, thanks for the help