File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module build
22
33go 1.18
44
5- require (
6- github.com/temporalio/gogo-protobuf v1.22.1
7- )
5+ require github.com/temporalio/gogo-protobuf v1.22.0
Original file line number Diff line number Diff line change 11github.1485827954.workers.dev/kisielk/errcheck v1.2.0 /go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00 =
22github.1485827954.workers.dev/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
3- github.com/temporalio/gogo-protobuf v1.22.1 h1:K5ja5MqmCQKo4tlX7u3g+ZJqbvRr0589ss2cZQx2dSM =
4- github.com/temporalio/gogo-protobuf v1.22.1 /go.mod h1:tCaEv+fB8tsyLgoaqKr78K/JOhdRe684yyo0z30SHyA =
3+ github.com/temporalio/gogo-protobuf v1.22.0 h1:CXHfv8nwB7XVPrBaQks0/uCP0sWydLkdzBOZFrM5eY0 =
4+ github.com/temporalio/gogo-protobuf v1.22.0 /go.mod h1:tCaEv+fB8tsyLgoaqKr78K/JOhdRe684yyo0z30SHyA =
55golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563 /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const (
4444 ClientNameCLI = "temporal-cli"
4545 ClientNameUI = "temporal-ui"
4646
47- ServerVersion = "1.17.5 "
47+ ServerVersion = "1.17.6 "
4848
4949 // SupportedServerVersions is used by CLI and inter role communication.
5050 SupportedServerVersions = ">=1.0.0 <2.0.0"
You can’t perform that action at this time.
0 commit comments