From f73db4216f017589bd2d946d3f998d4130c69aea Mon Sep 17 00:00:00 2001 From: Tapan Karangiya Date: Tue, 20 Jan 2026 13:30:12 +0530 Subject: [PATCH] Update pipeline drone-kaniko-harness --- .harness/harness.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.harness/harness.yaml b/.harness/harness.yaml index eb4f758..8821336 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -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 ./...