We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Please answer these questions before submitting your issue. Thanks!
go version
Compiling 1.7.3 using 1.7.1 as the bootstrap
go env
go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="" GORACE="" GOROOT="/home/matthew/src/golang/go1.7.1" GOTOOLDIR="/home/matthew/src/golang/go1.7.1/pkg/tool/linux_amd64" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build747755484=/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1"
I've seen this issue both on Ubuntu 14 and on Debian Unstable (sid) too.
If possible, provide a recipe for reproducing the error.
tar xzf go1.7.3.src.tar.gz mv go go1.7.3 export GOROOT_BOOTSTRAP=/home/matthew/src/golang/go1.7.1 cd go1.7.3/src ./all.bash
Compilation should succeed, all tests should pass.
--- FAIL: TestLoadFixed (0.00s) time_test.go:943: Now().In(loc).Zone() = "-01", -3600, want "GMT+1", -3600 FAIL FAIL time 2.517s
The text was updated successfully, but these errors were encountered:
Sorry, this is clearly a dupe of #17276. Closing.
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Compiling 1.7.3 using 1.7.1 as the bootstrap
What operating system and processor architecture are you using (
go env
)?I've seen this issue both on Ubuntu 14 and on Debian Unstable (sid) too.
What did you do?
If possible, provide a recipe for reproducing the error.
What did you expect to see?
Compilation should succeed, all tests should pass.
What did you see instead?
The text was updated successfully, but these errors were encountered: