config for openwhisk-runtime-go 1.18 (#395)

* update actionloop-based runtimes list

update list of actionloop runtimes

* config for runtime-go 1.18.0
diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index c007f5e..febac37 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -388,13 +388,15 @@
 - openwhisk-runtime-php/core/php7.3Action/Dockerfile
 - openwhisk-runtime-php/core/php7.4Action/Dockerfile
 - openwhisk-runtime-php/core/php8.0Action/Dockerfile
-- openwhisk-runtime-python/core/python3ActionLoop/Dockerfile
-- openwhisk-runtime-python/core/python3AiActionLoop/Dockerfile
+- openwhisk-runtime-python/core/python36AiAction/Dockerfile
+- openwhisk-runtime-python/core/python39Action/Dockerfile
+- openwhisk-runtime-python/core/python3Action/Dockerfile
 - openwhisk-runtime-ruby/core/ruby2.6ActionLoop/Dockerfile
 - openwhisk-runtime-rust/core/rust1.34/Dockerfile
 - openwhisk-runtime-swift/core/swift42Action/Dockerfile
 - openwhisk-runtime-swift/core/swift51Action/Dockerfile
 - openwhisk-runtime-swift/core/swift53Action/Dockerfile
+- openwhisk-runtime-swift/core/swift54Action/Dockerfile
 
 If you released a new version of `openwhisk-runtime-docker`, then you need to update tag information in the Dockerfiles of `openwhisk-runtime-python`.
 
diff --git a/release-configs/runtime-go-1.18.0.config b/release-configs/runtime-go-1.18.0.config
new file mode 100644
index 0000000..1433241
--- /dev/null
+++ b/release-configs/runtime-go-1.18.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.18.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-go"
+  ],
+  "openwhisk_runtime_go": {
+    "name": "OpenWhisk Runtime Go",
+    "hash": "41d627a91fa11244ad4879c9c5e5858590d49cb8",
+    "repository": "https://github.com/apache/openwhisk-runtime-go.git",
+    "branch": "master"
+  }
+}