Update pipeline drone-kaniko-harness (#161)

This commit is contained in:
tapankarangiya
2026-01-20 13:43:16 +05:30
committed by GitHub
parent 9491e6b36f
commit 5bbe6ba026
+2 -2
View File
@@ -37,7 +37,7 @@ pipeline:
identifier: Build
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.23.0
image: golang:1.24.11
shell: Sh
command: |-
go test ./...
@@ -322,7 +322,7 @@ pipeline:
identifier: Build_and_Test
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.23.0
image: golang:1.24.11
shell: Sh
command: |-
go test ./...