Skip to content

Commit f4ba68e

Browse files
authored
Merge pull request #56 from KarenEfereyan/feat/KarenEfereyan/54
Update reserved port from 10008 to 10011
2 parents 0eefea6 + d5a1c71 commit f4ba68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smi-conformance/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313

1414
service := &grpc.Service{
1515
Name: "smi-conformance",
16-
Port: "10008",
16+
Port: "10011",
1717
Version: "v1.0.0",
1818
StartedAt: time.Now(),
1919
}

0 commit comments

Comments
 (0)