What version of Go are you using (go version)?
$ go version
go version go1.16 linux/amd64
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/marin/.cache/go-build"
GOENV="/home/marin/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/marin/Code/Go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/marin/Code/Go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.16"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
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 -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build2049367862=/tmp/go-build -gno-record-gcc-switches"
What did you do?
I went to https://blog.golang.org and typed a query in the search bar
What did you expect to see?
I expected to see results associated with the query
What did you see instead?
An error message saying the file doesn't exist.
Here's a screenshot of https://golang.org/search?q=go

This happens even with generic queries like 'go' (I would expect there to be quite a lot of articles related to that)
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
I went to https://blog.golang.org and typed a query in the search bar
What did you expect to see?
I expected to see results associated with the query
What did you see instead?
An error message saying the file doesn't exist.

Here's a screenshot of https://golang.org/search?q=go
This happens even with generic queries like 'go' (I would expect there to be quite a lot of articles related to that)