From 30f22e3fbc319541fa43d43e7353b1b292d55fe4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:28:27 +0000 Subject: [PATCH] Correct Go version when running the coverage report (#5476) (#5478) Signed-off-by: Alexandros Sapranidis (cherry picked from commit a11954b5c5ac1dfeb247a0714e407a14cea76cb2) Co-authored-by: Alexandros Sapranidis --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 920eb1f3794..8027b39a961 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -171,7 +171,7 @@ steps: artifact_paths: - "build/TEST-go-unit.cov" agents: - image: "golang:1.20.10" + image: "golang:1.22.6" depends_on: - unit-tests - extended-windows