Skip to content

Commit

Permalink
Move sample to rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Feb 29, 2024
1 parent aacc07f commit c6be29d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
go.opentelemetry.io/otel/sdk v1.22.0
go.opentelemetry.io/otel/trace v1.22.0
go.temporal.io/api v1.27.0
go.temporal.io/sdk v1.26.0-rc.2.0.20240214221834-30da688037d1
go.temporal.io/sdk v1.26.0-rc.3
go.temporal.io/sdk/contrib/opentelemetry v0.3.0
go.temporal.io/sdk/contrib/opentracing v0.1.0
go.temporal.io/sdk/contrib/tally v0.2.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ go.temporal.io/api v1.27.0/go.mod h1:iASB2zPPR+FtFKn5w7/hF7AG2dkvkW7TTMAqL06tz0g
go.temporal.io/sdk v1.12.0/go.mod h1:lSp3lH1lI0TyOsus0arnO3FYvjVXBZGi/G7DjnAnm6o=
go.temporal.io/sdk v1.26.0-rc.2.0.20240214221834-30da688037d1 h1:TJAj59PR+Ek0Z1dQSBx50MDxPeQsMZdaRl71w6QK3VU=
go.temporal.io/sdk v1.26.0-rc.2.0.20240214221834-30da688037d1/go.mod h1:HDr8fIWJ/HF8dJwTPgOayI8PYB5WoVIxUMjzE78M2ng=
go.temporal.io/sdk v1.26.0-rc.3 h1:klb8p/KE/oofnCc7H2YbLz1qgxcfKc0khlX5ZcxIInk=
go.temporal.io/sdk v1.26.0-rc.3/go.mod h1:HDr8fIWJ/HF8dJwTPgOayI8PYB5WoVIxUMjzE78M2ng=
go.temporal.io/sdk/contrib/opentelemetry v0.3.0 h1:wOEErZugJF1NcBpcxEAmOQmrcRBw3Plx5+LacEbZ1CE=
go.temporal.io/sdk/contrib/opentelemetry v0.3.0/go.mod h1:V0kUHBikUWh3fb4WufUKXd8tKrFO3isZM+MmrfJKIGM=
go.temporal.io/sdk/contrib/opentracing v0.1.0 h1:z5F1EoZQ6v8bMH/pzcFRgzoPKZCB+exUKMYt0jzuWME=
Expand Down
1 change: 1 addition & 0 deletions typed-searchattributes/searchattributes_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func SearchAttributesWorkflow(ctx workflow.Context) error {
}

func printSearchAttributes(searchAttributes temporal.SearchAttributes, logger log.Logger) error {
//workflowcheck:ignore
if searchAttributes.Size() == 0 {
logger.Info("Current search attributes are empty.")
return nil
Expand Down

0 comments on commit c6be29d

Please sign in to comment.