Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Nov 8, 2024
1 parent 745307b commit b501853
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pkg/sdkclient/serverinfo/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ var minimumSupportedSDKVersions = sdkConstraints{
fbsinker: "0.9.0rc100",
},
Go: map[ContainerType]string{
// meaning the minimum supported go SDK version is 0.9.0
sourcer: "0.9.0-z",
sourcetransformer: "0.9.0-z",
sinker: "0.9.0-z",
mapper: "0.9.0-z",
reducer: "0.9.0-z",
reducestreamer: "0.9.0-z",
sessionreducer: "0.9.0-z",
sideinput: "0.9.0-z",
fbsinker: "0.9.0-z",
// meaning the minimum supported go SDK version is 0.8.0
sourcer: "0.8.0-z",
sourcetransformer: "0.8.0-z",
sinker: "0.8.0-z",
mapper: "0.8.0-z",
reducer: "0.8.0-z",
reducestreamer: "0.8.0-z",
sessionreducer: "0.8.0-z",
sideinput: "0.8.0-z",
fbsinker: "0.8.0-z",
},
Java: map[ContainerType]string{
// meaning the minimum supported java SDK version is 0.9.0
Expand Down

0 comments on commit b501853

Please sign in to comment.