I have a project using go1.16 embedding feature. The project supports Go toolchain 1.15, by using "//go:build !go1.16" directive.
Now I have upgraded the toolchain to v1.18.1, And I want to debug the non-embedding flow of the project. Changing the go version in go.mod doesn't help. Do I have to install back Go toolchain 1.15? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/9e746abf-41a4-4bb5-91ad-c45f7591c5a8n%40googlegroups.com.