kiln icon indicating copy to clipboard operation
kiln copied to clipboard

Upgrading to Go 1.23 looks like it is causing counterfeiter to have a bad day

Open crhntr opened this issue 5 months ago • 0 comments

After I run go mod edit -go 1.23 When I run go generate ./... Then I get the following error:

target is not a named type
exit status 1
internal/commands/init_test.go:20: running "go": exit status 1

I tried updating counterfeiter. We should do that. It did not help in this case.

I have a few suspicions on how to fix this and will give it a try sometime soon but for now we need to pin to 1.22. We have till around March 2025 to figure this out.

crhntr avatar Sep 28 '24 00:09 crhntr