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
Allow the Go SDK to adopt features of the standard library in Go 1.20. In particular, prism uses the pre-standard library version of slog which requires compiling with go 1.20.
Since slog will be available in the standard library with go 1.21's release next month, we'll update to that relatively quickly as well.
See #24789 for other work related to replacing the direct runner with prism.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
* Update required Go version to 1.20.
* Use correct issue number for Changes.md
* Require newer docker dep to resolve issue there.
---------
Co-authored-by: lostluck <[email protected]>
What needs to happen?
Allow the Go SDK to adopt features of the standard library in Go 1.20. In particular, prism uses the pre-standard library version of slog which requires compiling with go 1.20.
Since slog will be available in the standard library with go 1.21's release next month, we'll update to that relatively quickly as well.
See #24789 for other work related to replacing the direct runner with prism.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: