Aurora Blog
Home
Golang runtime: Go 1.22.0 fails to build from source on armv7 Alpine Linux
2025-06-08 14:02:47
5092
Go versionN/AOutput of go env in your module/workspace:N/AWhat did you do?I maintain the Go package for Alpine Linux, th...
Golang cmd/go,cmd/link: TestScript/build_issue48319 and TestScript/build_plugin_reproducible failing on LUCI gotip-darwin-amd64-longtest builder due to non-reproducible LC_UUID
2025-06-08 14:02:44
36699
(It is unclear to me if this is an issue with the test, cmd/go, the compiler/linker, or the builder itself)Example failu...
Golang x/crypto/ssh: server side multi-step authentication
2025-06-08 14:02:42
21103
RFC 4252 section 5.1 defines the partial success boolean for failed authentication requests.If set, it means the authent...
Golang proposal: net/http/httptest: add support for http.ResponseController to ResponseRecorder
2025-06-08 14:02:40
8241
Proposal #54136 (implemented in CL 436890 which is part of Go 1.20) added the "http".ResponseController type, which allo...
Golang unicode/utf16: add RuneLen
2025-06-08 14:02:38
1766
Sometimes it's useful to determine how many 16-bit words it'll take to encode a unicode rune with UTF16. We already have...
Golang path/filepath: add Localize to safely convert a slash-separated path into an operating system path
2025-06-08 14:02:36
11748
The filepath.FromSlash function sounds like it converts a /-separated path into an operating system path. What it actual...
Golang net/http: expose matched pattern in Request
2025-06-08 14:02:33
14242
Proposal DetailsGo 1.22 has provided http.ServeMux with supporting of pattern match for requests. While I'm using it, I ...
Golang net/http: add field Cookie.Quoted bool
2025-06-08 14:02:27
14634
For the RFC 6265, the double-quotes are part of the cookie value but the functions and methods in the standard library t...
Golang debug/elf: missing symbol type STT_GNU_IFUNC
2025-06-08 14:02:25
1606
Go versiongo version go1.21.6 linux/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN='...
Golang go/ast: add Preorder iterator
2025-06-08 14:02:23
4233
Proposal DetailsPrograms that use go/ast often need to make traversals over the tree to find all nodes of a given type (...
Golang x/tools/go/packages: TypesInfo.Uses adds 3 to the line numbers of types.Objects from cgo files
2025-06-08 14:02:21
6766
Go versiongo version go1.24.4 darwin/amd64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang crypto/x509 certificate signed by unknown authority
2025-06-08 14:02:19
14034
Hi, I faced the following issue in regard of verifying certificates when connecting using SSL.The following server 'smtp...
Golang build: make.bat failures
2025-06-08 14:02:17
4320
#!watchflakesdefault <- repo == "tools" && pkg == "" && test == "make.bat&qu...
Golang build: make.bat failures
2025-06-08 14:02:15
3165
#!watchflakesdefault <- repo == "benchmarks" && pkg == "" && test == "make.b...
Golang sync: Package documentation does not link to The Go Memory Model
2025-06-08 14:02:13
878
Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:Unrelated to the issueWhat did you d...
Golang x/tools/gopls: mod cache refresh timers run after view shutdown
2025-06-08 14:02:11
6199
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/modfile" && test...
Golang x/mobile: Request to Update Package Dependencies to Go Version 1.22 of go mobile
2025-06-08 14:02:09
1423
I am writing to request an update of the Go Mobile project’s package dependencies to the latest Go version, specifically...
Golang access: TryBots to trigger to run tests
2025-06-08 14:02:07
849
Use TryBots to trigger to run tests for the PR: https://github.com/golang/go/pull/66918Comment From: mknyszekIt looks li...
Golang x/net: invalid address when reading socket error queue with SO_TIMESTAMPING
2025-06-08 14:02:05
3500
What version of Go are you using (go version)?$ go versiongo version go1.16.6 linux/amd64In my go.mod:golang.org/x/net v...
Golang cmd/go: go get -tool only adds last package when multiple are provided
2025-06-08 14:02:03
1744
Go versiongo version go1.25-devel_4d1c255f15 Thu Jun 5 11:44:48 2025 -0700 linux/amd64Output of go env in your module/wo...
上一页
下一页
1
2
3
4
5
6
7
…
25
.