-
Notifications
You must be signed in to change notification settings - Fork 833
.gen: rename subdirectory for 1.16 compatibility #3980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yea, seems like it's picky all the time. With just // main.go
package main
import "go.uber.org/cadence/workflow"
func main() {
_ = workflow.NewDisconnectedContext()
}
// go.mod
module temp I get this on
so this probably has to be done pretty soon. |
Looks like this is going to be relaxed in 1.16.1 after all: golang/go#43985 (comment) |
Excellent. Thank you for the update! I'll wait on these, it'd be better to not force the breakage if we don't have to. |
With the recent 1.16.2 release this is no longer an issue. Closing. |
Starting from 1.16:
So attempting to compile packages depending on
uber/cadence
will fail with:As per golang/go#43985 (comment):
(emphasis added)
The text was updated successfully, but these errors were encountered: