From 1ab7da23c1694db35d6e582621089a379726dbf5 Mon Sep 17 00:00:00 2001 From: Rishabh Patel Date: Mon, 22 Apr 2024 17:13:45 +0530 Subject: [PATCH] fix pipeline go version --- .ci/pipeline_definitions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/pipeline_definitions b/.ci/pipeline_definitions index b24e1e9d..d2e2c909 100644 --- a/.ci/pipeline_definitions +++ b/.ci/pipeline_definitions @@ -26,11 +26,11 @@ dependency-watchdog: dockerfile: 'Dockerfile' steps: check: - image: 'golang:1.22.6' + image: 'golang:1.22.2' test-unit: - image: 'golang:1.22.6' + image: 'golang:1.22.2' build: - image: 'golang:1.22.6' + image: 'golang:1.22.2' output_dir: 'binary' jobs: head-update: