File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/uber-go/tally v3.3.17+incompatible
21
21
github.com/uber/jaeger-client-go v2.23.1+incompatible
22
22
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
23
- go.temporal.io/api v1.0.0-rc1
23
+ go.temporal.io/api v1.0.0
24
24
go.uber.org/atomic v1.6.0
25
25
go.uber.org/goleak v1.0.0
26
26
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ github.com/uber/jaeger-client-go v2.23.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMW
92
92
github.com/uber/jaeger-lib v2.2.0+incompatible h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw =
93
93
github.com/uber/jaeger-lib v2.2.0+incompatible /go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U =
94
94
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
95
- go.temporal.io/api v1.0.0-rc1 h1:a5n4VAFp5Xi997frqiXIiic5uf8RBppBWt1ENeRSCnM =
96
- go.temporal.io/api v1.0.0-rc1 /go.mod h1:AgbKINgV3KR9SlTH8nQRsNadVbxVI+/LnZ1uFModMIA =
95
+ go.temporal.io/api v1.0.0 h1:mWtvS+5ENYvG4ZPZ/4/bxCj4j3gIF4D05C2GVrhLpjc =
96
+ go.temporal.io/api v1.0.0 /go.mod h1:AgbKINgV3KR9SlTH8nQRsNadVbxVI+/LnZ1uFModMIA =
97
97
go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk =
98
98
go.uber.org/atomic v1.6.0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
99
99
go.uber.org/goleak v1.0.0 h1:qsup4IcBdlmsnGfqyLl4Ntn3C2XCCuKAE7DwHpScyUo =
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ const (
35
35
// SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that
36
36
// are supported by this Temporal SDK.
37
37
// Server validates if its version fits into SupportedServerVersions range and rejects request if it doesn't.
38
- SupportedServerVersions = ">=0.31 .0 <2.0.0"
38
+ SupportedServerVersions = ">=1.0 .0 <2.0.0"
39
39
)
You can’t perform that action at this time.
0 commit comments