[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