Closed reversekick closed 3 years ago
Hello Folks, When I try to build the docker image of the device simulator it fails with the following error
go get github.com/google/gnxi/gnoi_cert@6697a080bc2d3287d9614501a3298b3dcfea06df: github.com/google/gnxi/gnoi_cert@6697a080bc2d3287d9614501a3298b3dcfea06df: invalid version: Get "https://proxy.golang.org/github.com/google/gnxi/gnoi_cert/@v/6697a080bc2d3287d9614501a3298b3dcfea06df.info": dial tcp: i/o timeout go get github.com/google/gnxi/gnoi_target@6697a080bc2d3287d9614501a3298b3dcfea06df: github.com/google/gnxi/gnoi_target@6697a080bc2d3287d9614501a3298b3dcfea06df: invalid version: Get "https://proxy.golang.org/github.com/google/gnxi/gnoi_target/@v/6697a080bc2d3287d9614501a3298b3dcfea06df.info": dial tcp: i/o timeout
Curios if someone else is running into this issue as it says invalid_version?
Never mind -- looks like the machine I was trying with was having some proxy settings -- the same command worked on my laptop.
Hello Folks, When I try to build the docker image of the device simulator it fails with the following error
go get github.com/google/gnxi/gnoi_cert@6697a080bc2d3287d9614501a3298b3dcfea06df: github.com/google/gnxi/gnoi_cert@6697a080bc2d3287d9614501a3298b3dcfea06df: invalid version: Get "https://proxy.golang.org/github.com/google/gnxi/gnoi_cert/@v/6697a080bc2d3287d9614501a3298b3dcfea06df.info": dial tcp: i/o timeout go get github.com/google/gnxi/gnoi_target@6697a080bc2d3287d9614501a3298b3dcfea06df: github.com/google/gnxi/gnoi_target@6697a080bc2d3287d9614501a3298b3dcfea06df: invalid version: Get "https://proxy.golang.org/github.com/google/gnxi/gnoi_target/@v/6697a080bc2d3287d9614501a3298b3dcfea06df.info": dial tcp: i/o timeout
Curios if someone else is running into this issue as it says invalid_version?