[ATMOSPHERE-535] [stable/zed] ci: update go unit tests (#2079)

Co-authored-by: okozachenko1203 <okozachenko1203@users.noreply.github.com>
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index ba0f2dd..e9929ae 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -1,4 +1,17 @@
 - job:
+    name: atmosphere-golang-go
+    parent: golang-go
+    abstract: true
+    vars:
+      go_version: 1.21.13
+
+- job:
+    name: atmosphere-golang-go-test
+    parent: atmosphere-golang-go
+    vars:
+      go_command: test ./... -v
+
+- job:
     name: atmosphere-chart-vendor
     parent: chart-vendor
 
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index a1930e3..d35caad 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -17,6 +17,7 @@
     check:
       jobs:
         - atmosphere-chart-vendor
+        - atmosphere-golang-go-test
         - atmosphere-linters
         - atmosphere-tox-promtool-test
         - atmosphere-tox-py3
@@ -89,6 +90,7 @@
     gate:
       jobs:
         - atmosphere-chart-vendor
+        - atmosphere-golang-go-test
         - atmosphere-linters
         - atmosphere-tox-py3
         - atmosphere-build-collection: