diff --git a/go-toolset.yaml b/go-toolset.yaml
new file mode 100644
index 0000000..1455632
--- /dev/null
+++ b/go-toolset.yaml
@@ -0,0 +1,46 @@
+---
+document: modulemd
+version: 2
+data:
+  name: go-toolset
+  summary: Go
+  description: Go Tools and libraries
+  stream: rhel8
+  license:
+    module: [MIT]
+  dependencies:
+    - buildrequires:
+        platform: [el8.5.0]
+        go-toolset: [rhel8]
+      requires:
+        platform: [el8]
+  profiles:
+    common:
+      rpms:
+        - go-toolset
+  api:
+    rpms:
+      - golang
+  buildopts:
+    rpms:
+      whitelist:
+        - go-toolset-1.10
+        - go-toolset-1.10-golang
+        - go-toolset
+        - go-toolset-golang
+        - golang
+        - delve
+  components:
+    rpms:
+      go-toolset:
+        rationale: Meta package for go-toolset providing scl enable scripts.
+        ref: 2a78281434567fef4c49c13402be31edf2fe6a89
+        buildorder: 0
+      golang:
+        rationale: Package providing the Go compiler toolchain.
+        ref: 0d85330b8ded524f49b2264514d622b6ed547eac
+        buildorder: 1
+      delve:
+        rationale: A debugger for the Go programming language
+        ref: 626f1cff982cddf5e9d57b4306b930d896cda407
+        buildorder: 2