[go-nuts] Bug? go/src/all.bash on master branch fails in go/build test with Go1.18

2022-04-06 Thread tenkoh
I'm unsure whether this is a bug or not, so let me ask here. *### What version of Go are you using (`go version`)?* go version go1.18 linux/arm64 *### Does this issue reproduce with the latest release?* Yes *### What operating system and processor architecture are you using (`go env`)?* using d

Re: [go-nuts] Bug? go/src/all.bash on master branch fails in go/build test with Go1.18

2022-04-07 Thread tenkoh
gt; On Thu, Apr 7, 2022 at 12:25 AM tenkoh wrote: > >> I'm unsure whether this is a bug or not, so let me ask here. >> >> *### What version of Go are you using (`go version`)?* >> go version go1.18 linux/arm64 >> >> *### Does this issue reproduce with the late