Open
Description
$ go version
go version go1.21.5 linux/amd64
`go env`
go env
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/azureuser/.cache/go-build'
GOENV='/home/azureuser/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/azureuser/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/azureuser/go'
GOPRIVATE=''
GOPROXY='direct'
GOROOT='/usr/local/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.5'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='0'
GOMOD='/home/azureuser/ARO-Installer/go.mod'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3551886818=/tmp/go-build -gno-record-gcc-switches'
I got the error when I run go get
.
$ go get github.com/openshift/installer-aro@release-4.14-azure
go: downloading github.com/openshift/installer-aro v0.9.0-master.0.20240214010831-fd48bf30c1af
go: github.com/openshift/installer-aro@release-4.14-azure: github.com/openshift/installer-aro@v0.9.0-master.0.20240214010831-fd48bf30c1af: verifying module: github.com/openshift/installer-aro@v0.9.0-master.0.20240214010831-fd48bf30c1af: reading https://sum.golang.org/lookup/github.com/openshift/installer-aro@v0.9.0-master.0.20240214010831-fd48bf30c1af: 404 Not Found
server response: not found: fetch timed out
Several hours have passed since we create that version but it isn't available yet.
#57185 #56174 might be related but not sure.
The question is, is this just a temporary issue or is there something we should do?