[go-nuts] `golang.org/x/tools/go/packages: unexpected new packages during load` when upgrading to 1.24.1

2025-03-07 Thread Samuel Littley
I've been working on upgrading my company's code repository from 1.23.6 to 1.24.1, and have found that running gosec now fails with an error like panic: golang.org/x/tools/go/packages: unexpected new packages during load of (full output at the end of this me

Re: [go-nuts] `golang.org/x/tools/go/packages: unexpected new packages during load` when upgrading to 1.24.1

2025-03-10 Thread Samuel Littley
d files or that you have not overridden that > with the environment variable that does so? > > Jim > > On Mar 7, 2025, at 07:19, Samuel Littley > wrote: > > I've been working on upgrading my company's code repository from 1.23.6 to > 1.24.1, and have found that

[go-nuts] covdata missing from Go 1.25 RC tarballs

2025-07-10 Thread 'Samuel Littley' via golang-nuts
I'm trying to test 1.25rc2, but our build system is expecting to find covdata in the tarball, and it is not present (it is present in the 1.24rc1 and 1.24.5 tarballs). Is this expected? The draft release notes don't mention anything about covdata going away. The tarball I'm downloading is http