1.34.5
(fix): Bump the Go toolchain in the generator Docker image from 1.23.8 to 1.26.2
(alpine3.23). This unblocks go mod tidy for generated SDKs whose modules
(or transitive dependencies) require a newer Go version, which previously
failed with go.mod requires go >= X (running go 1.23.8; GOTOOLCHAIN=local).
1.34.4
(fix): Fix dynamic snippets using the generator version instead of the SDK version
for resolving Go import paths, which caused incorrect major version suffixes
in wire test imports and broke go mod tidy.