Skip to content

affected/package: golang.org/dl failed to download 1.19rc1@latest #53774

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
ghost opened this issue Jul 10, 2022 · 2 comments
Closed

affected/package: golang.org/dl failed to download 1.19rc1@latest #53774

ghost opened this issue Jul 10, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 10, 2022

What version of Go are you using (go version)?

$ go version
go1.18.3

Does this issue reproduce with the latest release?

I am trying to download 1.19rc1

 go install golang.org/dl/1.19rc1@latest
go: golang.org/dl/1.19rc1@latest: module golang.org/dl@latest found (v0.0.0-20220706180819-0ef8f243a9a9), but does not contain package golang.org/dl/1.19rc1

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/nomore/Library/Caches/go-build"
GOENV="/Users/nomore/Library/Application Support/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/nomore/go/pkg/mod"
GONOPROXY="*.dz11.com,code.aliyun.com,gitee.com,*.coldlake.cn"
GONOSUMDB="*"
GOOS="darwin"
GOPATH="/Users/nomore/go"
GOPRIVATE="*.dz11.com,code.aliyun.com,gitee.com,*.coldlake.cn"
GOPROXY="https://goproxy.cn/"
GOROOT="/usr/local/Cellar/go/1.18.3/libexec"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.18.3/libexec/pkg/tool/darwin_amd64"
GOVCS=""
GOVERSION="go1.18.3"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/dev/null"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/s8/w2xf8qxj6v712bq3_w_p7clw0000gp/T/go-build3115741191=/tmp/go-build -gno-record-gcc-switches -fno-common"

What did you do?

 go install golang.org/dl/1.19rc1@latest
go: golang.org/dl/1.19rc1@latest: module golang.org/dl@latest found (v0.0.0-20220706180819-0ef8f243a9a9), but does not contain package golang.org/dl/1.19rc1

What did you expect to see?

download go1.19rc1 without any problem

What did you see instead?

not contain package golang.org/dl/1.19rc1

@ghost
Copy link
Author

ghost commented Jul 10, 2022

I followed by the install instruction.

image

@seankhliao
Copy link
Member

you have a typo

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2022
@ghost ghost closed this as completed Jul 11, 2022
@golang golang locked and limited conversation to collaborators Jul 11, 2023
This issue was closed.
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

2 participants