CI fails on timeout downloading this dependency
The error from CI. Command: go mod download
go: github.com/90poe/voyage-monitor/[email protected] requires
github.com/golang-migrate/migrate/[email protected] requires
golang.org/x/[email protected] requires
dmitri.shuralyov.com/gpu/[email protected]: unrecognized import path "dmitri.shuralyov.com/gpu/mtl": https fetch: Get "https://dmitri.shuralyov.com/gpu/mtl?go-get=1": dial tcp 172.93.50.41:443: i/o timeout
make: *** [Makefile:45: deps] Error 1
Try using an older version of golang.org/x/exp: https://github.com/golang/exp/blob/master/go.mod
migrate doesn't have a direct dependency on dmitri.shuralyov.com/gpu/mtl
Most helpful comment
The error from CI. Command:
go mod download