We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version
$ go version go version go1.15.5 darwin/amd64
N/A. This is a website issue
go env
$ go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/Users/cwimmer/Library/Caches/go-build" GOENV="/Users/cwimmer/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GOMODCACHE="/Users/cwimmer/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/cwimmer/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/Cellar/go/1.15.5/libexec" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/Cellar/go/1.15.5/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" AR="ar" CC="clang" CXX="clang++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/n7/ps6rjx6539z9zwgsv3rr13v00000gn/T/go-build252434228=/tmp/go-build -gno-record-gcc-switches -fno-common"
N/A this is a website issue.
curl -s https://golang.org/VERSION?m=text
go1.15.5
go1.15.4
The text was updated successfully, but these errors were encountered:
Thanks for reporting. The website needs to be redeployed after the Go 1.15.5 release.
CC @katiehockman.
Sorry, something went wrong.
Dupe of #42744
@cwimmer https://golang.org/dl/?mode=json is the proper way to get latest version. https://golang.org/VERSION?m=text is the version of the website.
Given that https://golang.org/doc/devel/release.html#go1.15 was updated to include full description of Go 1.15.5, I agree this can be closed as a duplicate of #42744.
Thanks @AlexRouSg.
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
N/A. This is a website issue
What operating system and processor architecture are you using (
go env
)?go env
OutputN/A this is a website issue.
What did you do?
curl -s https://golang.org/VERSION?m=text
What did you expect to see?
go1.15.5
What did you see instead?
go1.15.4
The text was updated successfully, but these errors were encountered: