[ATMOSPHERE-533] ci: update go unit tests (#1983)

remove 1.22 from TestKubeconform test (node-feature-discovery uses grpc in probe which is available since 1.22)
add a workaround values in TestKubeconform for loki chart
skip CephFilesystemSubVolumeGroup kind for ceph chart
fix oslo_db test expected values
update TestImageExist test to support image tags without digest
fix pxc test codes
supplement placement chart value for database max_retries param

depends-on: #1977
depends-on: #1211
depends-on: #1987 #1211 #1977

Reviewed-by: Mohammed Naser <mnaser@vexxhost.com>
Reviewed-by: Oleksandr K.
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 4ee2954..79a4011 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