Compare commits

..

1 Commits

Author SHA1 Message Date
tapankarangiya 41ce751d13 fix: [CI-20230]: Updated go version 2026-01-20 12:42:23 +05:30
+2 -2
View File
@@ -37,7 +37,7 @@ pipeline:
identifier: Build
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.24.11
image: golang:1.23.0
shell: Sh
command: |-
go test ./...
@@ -322,7 +322,7 @@ pipeline:
identifier: Build_and_Test
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.24.11
image: golang:1.23.0
shell: Sh
command: |-
go test ./...