Open
Description
When I try to install staticcheck via the new Go 1.24 tool tracking system, then I get errors.
This happens in GitHub Actions. No problem in macOS.
$ go get -tool honnef.co/go/tools/cmd/staticcheck
$ go mod download
$ go mod vendor
$ go mod tidy
$ go install tool
Error: vendor/honnef.co/go/tools/lintcmd/lint.go:26:2: cannot find module providing package golang.org/x/tools/go/packages: import lookup disabled by -mod=vendor
Can we please update this project to use Go 1.24.1? Go has many new security patches lately.
As a workaround, I may have to disable staticcheck.