Skip to content

Commit

Permalink
Merge pull request #356 from MattWhelan/mwhelan/lambdaDepFix
Browse files Browse the repository at this point in the history
Require 1.20.0 of aws-lambda-go
  • Loading branch information
nr-swilloughby committed Jun 29, 2022
2 parents 75785ca + 2f0c15e commit e95bf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/integrations/nrlambda/go.mod
Expand Up @@ -5,6 +5,6 @@ module github.com/newrelic/go-agent/v3/integrations/nrlambda
go 1.12

require (
github.com/aws/aws-lambda-go v1.11.0
github.com/aws/aws-lambda-go v1.20.0
github.com/newrelic/go-agent/v3 v3.4.0
)

0 comments on commit e95bf52

Please sign in to comment.