You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to Go 1.24 I'm running into this error whenever I run any go-licenses command:
$ go tool go-licenses report ./...
# github.com/google/go-licenses
vendor/github.com/google/go-licenses/save.go:125:9: cannot use func(src string) (bool, error) {…} (value of type func(src string) (bool, error)) as func(srcinfo os.FileInfo, src string, dest string) (bool, error) value in struct literal
Anyone else having this problem?
The text was updated successfully, but these errors were encountered:
After updating to Go 1.24 I'm running into this error whenever I run any go-licenses command:
Anyone else having this problem?
The text was updated successfully, but these errors were encountered: