Compare commits

..

3 Commits

Author SHA1 Message Date
OP (oppenheimer) 1bae3d7741 Update docker/gcr/Dockerfile.linux.arm64 2025-11-26 11:39:32 +05:30
OP (oppenheimer) 12ab830220 Update docker/gcr/Dockerfile.linux.amd64 2025-11-26 11:39:26 +05:30
abhay084 b3bc100f3b fix: [CI-19670]: fix vulnerabilty fron kaniko 2025-11-26 11:35:07 +05:30
2 changed files with 5 additions and 3 deletions
+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.23.0
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.23.0
shell: Sh
command: |-
go test ./...
+3 -1
View File
@@ -58,4 +58,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.24.11
go 1.23.0
toolchain go1.23.8