Skip to content

Commit 76f7c68

Browse files
Update test server to version 1.4.0 (temporalio#1994)
1 parent 7acd4d4 commit 76f7c68

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

internal/cmd/build/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ func (b *builder) integrationTest() error {
112112
// Start dev server if wanted
113113
if *devServerFlag {
114114
devServer, err := testsuite.StartDevServer(context.Background(), testsuite.DevServerOptions{
115-
CachedDownload: testsuite.CachedDownload{
116-
Version: "v1.3.1-nexus-links.0",
117-
},
118115
ClientOptions: &client.Options{
119116
HostPort: "127.0.0.1:7233",
120117
Namespace: "integration-test-namespace",

0 commit comments

Comments
 (0)