Compare commits

..

1 Commits

Author SHA1 Message Date
Tapan Karangiya f73db4216f Update pipeline drone-kaniko-harness 2026-01-20 13:30:12 +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.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 ./...
+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