Update pipeline drone-kaniko-harness (#166)

This commit is contained in:
ebtasam-faridy
2026-03-18 16:59:47 +05:30
committed by GitHub
parent 1cd7da5451
commit 7639ab9f70
+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 ./...