Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Bump go.temporal.io/server from 1.16.1 to 1.16.2 (#68)
Browse files Browse the repository at this point in the history
Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/master/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: go.temporal.io/server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2022
1 parent 10b2d2a commit 0e51713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/temporalio/ui-server v0.13.1
github.com/urfave/cli/v2 v2.6.0
go.temporal.io/sdk v1.14.0
go.temporal.io/server v1.16.1
go.temporal.io/server v1.16.2
go.uber.org/zap v1.21.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ go.temporal.io/api v1.7.1-0.20220326004856-88a7c92fb8b4 h1:0oxvNt3HZd3SW6aQ229lY
go.temporal.io/api v1.7.1-0.20220326004856-88a7c92fb8b4/go.mod h1:IfIURICQ7KeBFaPKzv9opaKC6FvcHR4FS7EQY+hbSiA=
go.temporal.io/sdk v1.14.0 h1:7tJO72gK4xmsZ8W3Xp1rwKYdkwQ/mgnKN5LmROyZTac=
go.temporal.io/sdk v1.14.0/go.mod h1:7rvvSS6oCXp19JSFQtSOhLxCX3wpEQSJZJlyCGleo9M=
go.temporal.io/server v1.16.1 h1:dgakcVKhChQydtLSIwsI+W/WHLqu4HQVq8tS9fFDWMo=
go.temporal.io/server v1.16.1/go.mod h1:P0bVhm5HJEwx7UxB5x3jUMZQ7QTxepRv2HdlSrJvuZ0=
go.temporal.io/server v1.16.2 h1:Ga8P3SsMM4Fak2r+XO3MqlZ4QUog6NySpXTpxxPxSHk=
go.temporal.io/server v1.16.2/go.mod h1:P0bVhm5HJEwx7UxB5x3jUMZQ7QTxepRv2HdlSrJvuZ0=
go.temporal.io/version v0.3.0 h1:dMrei9l9NyHt8nG6EB8vAwDLLTwx2SvRyucCSumAiig=
go.temporal.io/version v0.3.0/go.mod h1:UA9S8/1LaKYae6TyD9NaPMJTZb911JcbqghI2CBSP78=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
Expand Down

0 comments on commit 0e51713

Please sign in to comment.