Golang os/exec: LookPath bug: incorrect expansion of "", "." and ".." in some PATH configurations [1.24 backport]

@neild requested issue #74466 to be considered for backport to the next 1.24 minor release.@gopherbot please create back...

Golang os/exec: LookPath bug: incorrect expansion of "", "." and ".." in some PATH configurations [1.23 backport]

@neild requested issue #74466 to be considered for backport to the next 1.23 minor release.@gopherbot please create back...

Golang x/tools/gopls/internal/analysis/fillreturns: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/fillreturns" && test == ...

Golang x/tools/gopls/internal/analysis/unusedfunc: spurious reports in packages that use build tags (or assembly)

gopls' unusedfunc analysis may report spurious "function f is unused" diagnostics when uses exist but only in build-tagg...

Golang encoding/json/v2: confusing error when destination is slice of wrong type

var v []intfmt.Println(json.Unmarshal([]byte(`["foo"]`), &v))v1 error: "json: cannot unmarshal string into...

Golang encoding/json/v2: unexpected support for Inf in map[string]any value

inf := math.Inf(1)json.Marshal(inf)json.Marshal(struct{ F float64 }{inf})json.Marshal(map[string]any{"k": inf}...

Golang x/tools/gopls/internal/analysis/deprecated: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/deprecated" && test == &...

Golang x/tools/gopls/internal/analysis/embeddirective: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/embeddirective" && test ...

Golang x/build/cmd/watchflakes: duplicate issue opened on package-level failure

Recently we added reporting package-level failures (that is not associated to a specific test) to LUCI. In some cases, e...

Golang cmd/compile: create GOARCH=wasm32

BackgroundThe GOARCH=wasm architecture was first introduced alongside GOOS=js in 2019. The choice was made to use a 64 b...

Golang spec: allow range-over-func to omit iteration variables

In discussion during the implementation of #61405 we changed range-over-func to require mentioning iteration variables. ...

Golang x/build: reuse x/website's TestAll for catching problems in release note fragments in the main Go repository

x/website has an excellent test for issue #37047 that catches various problems in Markdown/HTML content. However, there'...

Golang crypto/tls: BenchmarkHandshakeServer failures

#!watchflakesdefault <- pkg == "crypto/tls" && test == "BenchmarkHandshakeServer"Issue cr...

Golang crypto/tls: BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-P256 failures

#!watchflakesdefault <- pkg == "crypto/tls" && test ~ `BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-...

Golang x/website: documentation change dropped explanation of doc comment form

I noticed from a thread somewhere that the discussion of doc comments in Effective Go moved into a separate document whe...

Golang x/tools/gopls: Symbols: use Levenshtein distance for ranking

I just sought the symbol testincreemntalnope and got an empty result, even though TestIncrementalNope exists. It's 2025,...

Golang x/vuln: add support to ignore unfixed vulnarablilities

Hi,I'm looking for a way to control the behavior of unfixed vulnerabilities. Now the only way to do this is to use json ...

Golang go/types: accepts invalid recursive type declarations, for some orderings

Go versiongo version go1.24.5 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...

Golang x/build: gotip-freebsd-riscv64 builder is in quarantined state

https://ci.chromium.org/ui/p/golang/builders/ci/gotip-freebsd-riscv64In the Machine Pool section, it's visible that the ...

Viper Migrate off of gopkg.in/yaml.v3

Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
上一页 下一页
.