This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 6270ec9d014 Bump wazero to v1.0.0-rc.1 (#25691)
6270ec9d014 is described below
commit 6270ec9d014d9e97d3b7bf7845879f6a408ff22d
Author: Damon <[email protected]>
AuthorDate: Tue Mar 14 10:32:49 2023 -0700
Bump wazero to v1.0.0-rc.1 (#25691)
* Bump wazero to v1.0.0-rc.1
* Modify README
---
sdks/go/examples/wasm/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sdks/go/examples/wasm/README.md b/sdks/go/examples/wasm/README.md
index e75f0895a53..aba113be371 100644
--- a/sdks/go/examples/wasm/README.md
+++ b/sdks/go/examples/wasm/README.md
@@ -68,13 +68,13 @@ cd $BEAM_HOME
Expected output should include the following, from which you acquire the
latest flink runner version.
```shell
-'flink_versions: 1.12,1.13,1.14,1.15'
+'flink_versions: 1.12,1.13,1.14,1.15,1.16'
```
-#### 2. Set to the latest flink runner version i.e. 1.15
+#### 2. Set to the latest flink runner version i.e. 1.16
```shell
-FLINK_VERSION=1.15
+FLINK_VERSION=1.16
```
#### 3. In a separate terminal, start the flink runner (It should take a few
minutes on the first execution)