diff --git a/.harness/harness.yaml b/.harness/harness.yaml index 8821336..eeb74fe 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.24.11 + image: golang:1.25.7 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.25.7 shell: Sh command: |- go test ./...