From 256ec375056b178579510f362fd482544d27fa09 Mon Sep 17 00:00:00 2001 From: "ompragash.viswanathan@harness.io" Date: Wed, 18 Jun 2025 13:59:07 +0530 Subject: [PATCH] Update pipeline drone-docker-harness --- .harness/harness.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.harness/harness.yaml b/.harness/harness.yaml index 93e0920..a0f766b 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -33,7 +33,7 @@ pipeline: identifier: Run_1 spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.23 + image: golang:1.23.0 shell: Sh command: go vet ./... - step: @@ -42,7 +42,7 @@ pipeline: identifier: Run_2 spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.23 + image: golang:1.23.0 shell: Sh command: go test -cover ./... - parallel: @@ -70,7 +70,7 @@ pipeline: identifier: Build_Push spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.23 + image: golang:1.23.0 shell: Sh command: go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo> envVariables: @@ -157,7 +157,7 @@ pipeline: identifier: buildpush spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.23 + image: golang:1.23.0 shell: Sh command: go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo> envVariables: @@ -244,7 +244,7 @@ pipeline: identifier: go_build spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.23 + image: golang:1.23.0 shell: Sh command: |- # disable cgo @@ -332,7 +332,7 @@ pipeline: identifier: build_amd64ltsc2022 spec: connectorRef: Plugins_Docker_Hub_Connector - image: golang:1.23 + image: golang:1.23.0 shell: Sh command: |- # disable cgo