Skip to content

Commit

Permalink
Point to latest workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Mar 12, 2024
1 parent 51431ff commit 3cded8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ errcheck:

workflowcheck:
@printf $(COLOR) "Run workflow check..."
@go install go.temporal.io/sdk/contrib/tools/workflowcheck
@go install go.temporal.io/sdk/contrib/tools/workflowcheck@latest
@workflowcheck -show-pos ./...

update-sdk:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
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
go.temporal.io/sdk/contrib/tools/workflowcheck v0.1.1-0.20240311212033-3b9c5726c09f
go.temporal.io/sdk/contrib/tools/workflowcheck v0.2.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.24.0
google.golang.org/protobuf v1.33.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ go.temporal.io/sdk/contrib/opentracing v0.1.0 h1:z5F1EoZQ6v8bMH/pzcFRgzoPKZCB+ex
go.temporal.io/sdk/contrib/opentracing v0.1.0/go.mod h1:rQavYHnrTXlFKvKrn5R91eOLdvaJJ27gtxaKFqH3LuM=
go.temporal.io/sdk/contrib/tally v0.2.0 h1:XnTJIQcjOv+WuCJ1u8Ve2nq+s2H4i/fys34MnWDRrOo=
go.temporal.io/sdk/contrib/tally v0.2.0/go.mod h1:1kpSuCms/tHeJQDPuuKkaBsMqfHnIIRnCtUYlPNXxuE=
go.temporal.io/sdk/contrib/tools/workflowcheck v0.1.1-0.20240311212033-3b9c5726c09f h1:doX8aGxuuTCeD2knoAKGyncQWZ35JNaPIU7zU/gchIM=
go.temporal.io/sdk/contrib/tools/workflowcheck v0.1.1-0.20240311212033-3b9c5726c09f/go.mod h1:/mK6sqmbx/7LDKv5ckBfZCAtqcXK2Epi8bBfUZM1diw=
go.temporal.io/sdk/contrib/tools/workflowcheck v0.2.0 h1:02qHNFQBrEAp/2ZK+U50ftnoFJNH2V/Ny1+fJSLBRns=
go.temporal.io/sdk/contrib/tools/workflowcheck v0.2.0/go.mod h1:/mK6sqmbx/7LDKv5ckBfZCAtqcXK2Epi8bBfUZM1diw=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
Expand Down

0 comments on commit 3cded8e

Please sign in to comment.