Open nginx-nickc opened 1 month ago
https://github.com/maxbrunsfeld/counterfeiter/pull/301 proposed fix!
@maxbrunsfeld feedback (and/or approval to run the test workflows) would be greatly appreciated!
Please try updating to v6.10.0
, which includes #301 (thanks @xanderflood!). Let me know if that resolves the issue fully.
Similar to https://github.com/maxbrunsfeld/counterfeiter/issues/297, seeing different results with
go.mod
set to 1.22 vs 1.23.with following go.mod file
getting, works, but not quite correct.
when change go.mod to
getting the following, which is causing errors.
Looks like possible work around
GODEBUG=gotypesalias=0 go generate ./...