openfaas / connector-sdk

SDK for connecting events to functions
MIT License
54 stars 25 forks source link

Update faas-provider and tester #54

Closed LucasRoesler closed 3 years ago

LucasRoesler commented 3 years ago

Description

Motivation and Context

Relates to c5027ccb35a33178e52ef016a7c368afbf7cf859

How Has This Been Tested?

the tester can no build

cd  cmd/tester && go build

Then run the tests from the root

$ go test ./... -count=1
?       github.com/openfaas/connector-sdk/cmd/tester    [no test files]
ok      github.com/openfaas/connector-sdk/types 0.005s

Types of changes

Checklist:

alexellis commented 3 years ago

I made a mistake in v0.16.0 of the faas-provider, which was unintended. Can you vendor in v0.16.1 and revert the change for Name->Service in the function status please?