numaproj / numaflow-go

Numaflow Golang SDK
Apache License 2.0
46 stars 11 forks source link

chore: update examples to latest sdk version #148

Closed yhl25 closed 1 month ago

vigith commented 1 month ago

Why didn't we use local path reference in go.mod for examples?

@KeranYang do you remember?

KeranYang commented 1 month ago

@vigith we declare in go,mod required version of numaflow-go, but when building the stable image, we use the local reference. We don't necessarily need to update the version but I am ok with making it up-to-date. cc: @ayildirim21