Compare commits

...

1 Commits

Author SHA1 Message Date
Ebtasam Faridy 5c361d5e5e Update pipeline drone-kaniko-harness 2026-03-18 16:08:18 +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.25.7
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.25.7
shell: Sh
command: |-
go test ./...