Skip to content

Commit 7e994f8

Browse files
authored
Move internal service error to the repo (temporalio#552)
1 parent 7e38997 commit 7e994f8

45 files changed

Lines changed: 2421 additions & 206 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ proto-mock: $(PROTO_OUT)
165165

166166
update-go-api:
167167
@printf $(COLOR) "Update go.temporal.io/api..."
168-
@go get -u go.temporal.io/api
168+
@go get -u go.temporal.io/api@master
169169

170170
goimports-proto:
171171
@printf $(COLOR) "Run goimports..."

0 commit comments

Comments
 (0)