Re: [go-nuts] Re: [golang-dev] Go 1.16.3 and Go 1.15.11 are released

2021-04-02 Thread 'Michael Pratt' via golang-nuts
mgcsweepbuf.go was deleted in 1.16, so it seems you still have files from 1.15 sitting around in /usr/local/go/. On Fri, Apr 2, 2021 at 4:13 AM Jan Mercl <0xj...@gmail.com> wrote: > On Thu, Apr 1, 2021 at 11:52 PM Dmitri Shuralyov > wrote: > > > We have just released Go versions 1.16.3 and 1.15.

Re: [go-nuts] Re: [golang-dev] Go 1.16.3 and Go 1.15.11 are released

2021-04-02 Thread Jan Mercl
On Fri, Apr 2, 2021 at 4:40 PM Michael Pratt wrote: > mgcsweepbuf.go was deleted in 1.16, so it seems you still have files from > 1.15 sitting around in /usr/local/go/. I would swear I've deleted those files, but doing all the steps once again from scratch proves you are right and I can no more

[go-nuts] Re: [golang-dev] Go 1.16.3 and Go 1.15.11 are released

2021-04-02 Thread Jan Mercl
On Thu, Apr 1, 2021 at 11:52 PM Dmitri Shuralyov wrote: > We have just released Go versions 1.16.3 and 1.15.11, minor point releases. Cleared everything ($ go clean -cache -modcache -testcache ; rm -rf ~/pkg ~/.cache/go-build) and upgraded from 1.15.10 to 1.16.3. Now I am seeing while hacking so