ubuntu 20.04
run make command, get erros as below:
`CGO_ENABLED=0 go build -o bin/ipchub -ldflags "-X github.com/cnotch/ipchub/config.Version=1.1.0" .
go: github.com/BurntSushi/toml@v0.3.1: Get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod: dial tcp 142.251.43.17:443: i/o timeout
make: *** [makefile:13: build] Error 1
`
ubuntu 20.04
run make command, get erros as below:
`CGO_ENABLED=0 go build -o bin/ipchub -ldflags "-X github.com/cnotch/ipchub/config.Version=1.1.0" .
go: github.com/BurntSushi/toml@v0.3.1: Get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod: dial tcp 142.251.43.17:443: i/o timeout
make: *** [makefile:13: build] Error 1
`