devel/go-tools: Update to 0.1.12
Selected upstream changes:
- go/packages: fix loading single file when outside of GOPATH, module
- cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
- refactor/satisfy: don't crash on type parameters
- go/gcexportdata: fix Find for Go modules
- go/analysis: add suggested fix for unkeyed composite literals
- go/callgraph/vta: remove interprocedural flows for receiver objects
- go/callgraph/vta: do not include interface types during propagation
- go/callgraph/vta: use types.IsInterface instead of our own isInterface
- godoc: support go1.19 doc comment syntax
- all: update dependencies
PR: 265473