Skip to content
New issue

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

x/website: needs redeploy after Go 1.15.5 release #42752

Closed
cwimmer opened this issue Nov 20, 2020 · 3 comments
Closed

x/website: needs redeploy after Go 1.15.5 release #42752

cwimmer opened this issue Nov 20, 2020 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@cwimmer
Copy link

cwimmer commented Nov 20, 2020

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

$ go version
go version go1.15.5 darwin/amd64

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 Output
$ 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.

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

@dmitshur dmitshur changed the title Latest version not displayed correctly on website x/website: needs redeploy after Go 1.15.5 release Nov 20, 2020
@dmitshur dmitshur added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 20, 2020
@dmitshur
Copy link
Contributor

Thanks for reporting. The website needs to be redeployed after the Go 1.15.5 release.

CC @katiehockman.

@dmitshur dmitshur added this to the Unreleased milestone Nov 20, 2020
@AlexRouSg
Copy link
Contributor

AlexRouSg commented Nov 20, 2020

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.

@dmitshur
Copy link
Contributor

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.

@golang golang locked and limited conversation to collaborators Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants