Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 1c3f75e

Browse files
authored
pindown the version of github.com/openconfig/gnoi (#76)
Fix sonic-net/sonic-buildimage#7268 - Why I did it The error message below is occurred in building image. ``` gnmi_server/server.go:144:42: cannot use srv (type *Server) as type system.SystemServer in argument to system.RegisterSystemServer: *Server does not implement system.SystemServer (missing system.mustEmbedUnimplementedSystemServer method) ``` - How I did it Lock the version of github.com/openconfig/gnoi to previous version.
1 parent 33acd5b commit 1c3f75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ require (
2929
)
3030

3131
replace github.com/Azure/sonic-mgmt-common => ../sonic-mgmt-common
32+
replace github.com/openconfig/gnoi => github.com/openconfig/gnoi v0.0.0-20201210212451-209899112bb7

0 commit comments

Comments
 (0)