This repository was archived by the owner on Aug 23, 2023. It is now read-only.
Commit 1c3f75e
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
0 commit comments