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 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.
The text was updated successfully, but these errors were encountered:
After I run
go mod edit -go 1.23
When I run
go generate ./...
Then I get the following error:
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.
The text was updated successfully, but these errors were encountered: