Compare commits

...

1 Commits

Author SHA1 Message Date
Gargithakur01 7c868888cc fix: [CI-23227]: Vuln-Fix-Kaniko
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 16:55:55 +05:30
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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
+4 -4
View File
@@ -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 ./...
@@ -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 ./...
+1 -1
View File
@@ -58,4 +58,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.25.7
go 1.25.10