File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/uber-go/tally v3.3.17+incompatible
2121 github.com/uber/jaeger-client-go v2.23.1+incompatible
2222 github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
23- go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346
23+ go.temporal.io/api v1.2.0
2424 go.uber.org/atomic v1.7.0
2525 go.uber.org/goleak v1.0.0
2626 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
9292github.com/uber/jaeger-lib v2.2.0+incompatible h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw =
9393github.com/uber/jaeger-lib v2.2.0+incompatible /go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U =
9494github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
95- go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346 h1:T9u7ptebvSfZ9dhtlo1xFOrDLNFQYdPNOGTRDngMjjU =
96- go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346 /go.mod h1:yOc7xX03usCg0Vh9qV0eQHwWqcEiFbfNpVCUyH7ieKo =
95+ go.temporal.io/api v1.2.0 h1:b1NhvRWk/1GKRZYxtSPvbVJ1pfmTJ+zjCaPXmnBFf8U =
96+ go.temporal.io/api v1.2.0 /go.mod h1:yOc7xX03usCg0Vh9qV0eQHwWqcEiFbfNpVCUyH7ieKo =
9797go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw =
9898go.uber.org/atomic v1.7.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
9999go.uber.org/goleak v1.0.0 h1:qsup4IcBdlmsnGfqyLl4Ntn3C2XCCuKAE7DwHpScyUo =
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ package internal
3030const (
3131 // SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
3232 // Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
33- SDKVersion = "1.1 .0"
33+ SDKVersion = "1.2 .0"
3434
3535 // SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that
3636 // are supported by this Temporal SDK.
You can’t perform that action at this time.
0 commit comments