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.14.1 to 1.14.2 (#36)
Browse files Browse the repository at this point in the history
Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/master/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.14.1...v1.14.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 Jan 12, 2022
1 parent 48d19ba commit 701f0b2
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.1.1-0.20211223210854-4484839e0398
github.com/urfave/cli/v2 v2.3.0
go.temporal.io/sdk v1.11.1
go.temporal.io/server v1.14.1
go.temporal.io/server v1.14.2
go.uber.org/zap v1.20.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ go.temporal.io/api v1.7.0/go.mod h1:Bjxr81kDTMY0IYxbosWleAVOFE+Pnp4SRk87oWchYv8=
go.temporal.io/sdk v1.11.0/go.mod h1:YPiw910FVnuF0/j4qHgqxGEB3kNCOD7ZQY3fOmZltnw=
go.temporal.io/sdk v1.11.1 h1:QjSMjyNABbp+S1vfYZV3NZWJ7FTpyHyg78oQA4EUIds=
go.temporal.io/sdk v1.11.1/go.mod h1:YPiw910FVnuF0/j4qHgqxGEB3kNCOD7ZQY3fOmZltnw=
go.temporal.io/server v1.14.1 h1:SPSvOBnvEC1I0XU4lX9Wm2GPHFVUwddvYCfAxnttsXg=
go.temporal.io/server v1.14.1/go.mod h1:9seMj7Wbm5MefIUllhcGmydbUOW78ozDqRiSZFA4pNc=
go.temporal.io/server v1.14.2 h1:9Uil6xhqohxNtKp0FaRkl/TktKTDivFSe128gCYYcS8=
go.temporal.io/server v1.14.2/go.mod h1:9seMj7Wbm5MefIUllhcGmydbUOW78ozDqRiSZFA4pNc=
go.temporal.io/version v0.0.0-20201015012359-4d3bb966d193 h1:jhIqHkAE74DnEXipymFTzmTxyboMYmv6iVkkCFC1pas=
go.temporal.io/version v0.0.0-20201015012359-4d3bb966d193/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 701f0b2

Please sign in to comment.