From c4e18cc2c378f8ff268938a6f478fb3d48d98c72 Mon Sep 17 00:00:00 2001 From: Gargithakur01 Date: Tue, 23 Jun 2026 16:55:55 +0530 Subject: [PATCH] fix: [CI-23227]: Vuln-Fix-Kaniko Co-authored-by: Cursor --- .drone.yml | 4 ++-- .harness/harness.yaml | 8 ++++---- .../Drone_Plugins/pipelines/dronekanikoharness_Clone.yaml | 4 ++-- go.mod | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index fad3cd2..01a3913 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ platform: steps: - name: build - image: golang:1.22.4 + image: golang:1.25.10 commands: - go test ./... - sh scripts/build.sh @@ -178,7 +178,7 @@ pool: steps: - name: build - image: golang:1.22.4 + image: golang:1.25.10 commands: - go test ./... - sh scripts/build.sh diff --git a/.harness/harness.yaml b/.harness/harness.yaml index 140a588..7e9fa0b 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.25.7 + image: golang:1.25.10 shell: Sh command: |- go test ./... @@ -322,7 +322,7 @@ pipeline: identifier: Build_and_Test spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.25.7 + image: golang:1.25.10 shell: Sh command: |- go test ./... @@ -618,7 +618,7 @@ pipeline: identifier: build_binary spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.25.7 + image: golang:1.25.10 shell: Sh command: |- go test ./... @@ -923,7 +923,7 @@ pipeline: identifier: build_binary spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.25.7 + image: golang:1.25.10 shell: Sh command: |- go test ./... diff --git a/.harness/orgs/default/projects/Drone_Plugins/pipelines/dronekanikoharness_Clone.yaml b/.harness/orgs/default/projects/Drone_Plugins/pipelines/dronekanikoharness_Clone.yaml index 6aa3086..2ce4532 100644 --- a/.harness/orgs/default/projects/Drone_Plugins/pipelines/dronekanikoharness_Clone.yaml +++ b/.harness/orgs/default/projects/Drone_Plugins/pipelines/dronekanikoharness_Clone.yaml @@ -35,7 +35,7 @@ pipeline: identifier: Build spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.25.7 + image: golang:1.25.10 shell: Sh command: |- go test ./... @@ -320,7 +320,7 @@ pipeline: identifier: Build_and_Test spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.25.7 + image: golang:1.25.10 shell: Sh command: |- go test ./... diff --git a/go.mod b/go.mod index 64d5456..79d2e6a 100644 --- a/go.mod +++ b/go.mod @@ -58,4 +58,4 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -go 1.25.7 +go 1.25.10