Skip to content

Commit

Permalink
Prepare 1.17.6 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Sep 14, 2022
1 parent f4b94d2 commit 0fcc1b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ module build

go 1.18

require (
github.com/temporalio/gogo-protobuf v1.22.1
)
require github.com/temporalio/gogo-protobuf v1.22.0
4 changes: 2 additions & 2 deletions build/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/temporalio/gogo-protobuf v1.22.1 h1:K5ja5MqmCQKo4tlX7u3g+ZJqbvRr0589ss2cZQx2dSM=
github.com/temporalio/gogo-protobuf v1.22.1/go.mod h1:tCaEv+fB8tsyLgoaqKr78K/JOhdRe684yyo0z30SHyA=
github.com/temporalio/gogo-protobuf v1.22.0 h1:CXHfv8nwB7XVPrBaQks0/uCP0sWydLkdzBOZFrM5eY0=
github.com/temporalio/gogo-protobuf v1.22.0/go.mod h1:tCaEv+fB8tsyLgoaqKr78K/JOhdRe684yyo0z30SHyA=
golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
2 changes: 1 addition & 1 deletion common/headers/versionChecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
ClientNameCLI = "temporal-cli"
ClientNameUI = "temporal-ui"

ServerVersion = "1.17.5"
ServerVersion = "1.17.6"

// SupportedServerVersions is used by CLI and inter role communication.
SupportedServerVersions = ">=1.0.0 <2.0.0"
Expand Down

0 comments on commit 0fcc1b6

Please sign in to comment.