all: update golang.org/x/tools dependency to support Go v1.22.0 (#401)

This commit is contained in:
Todd Treece
2024-02-07 12:25:46 -05:00
committed by GitHub
parent 0675cdc919
commit e57deea2f8
9 changed files with 73 additions and 49 deletions

View File

@@ -1 +1,3 @@
example.com/foo/wire.go:x:y: not enough arguments in call to wire.Bind
example.com/foo/wire.go:x:y: not enough arguments in call to wire.Bind
have (*Fooer)
want (interface{}, interface{})

View File

@@ -1 +1,3 @@
example.com/foo/wire.go:x:y: not enough arguments in call to wire.InterfaceValue
example.com/foo/wire.go:x:y: not enough arguments in call to wire.InterfaceValue
have (string)
want (interface{}, interface{})