Skip to content

Commit 30f22e3

Browse files
Correct Go version when running the coverage report (#5476) (#5478)
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co> (cherry picked from commit a11954b) Co-authored-by: Alexandros Sapranidis <alexandros@elastic.co>
1 parent 179ffdd commit 30f22e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ steps:
171171
artifact_paths:
172172
- "build/TEST-go-unit.cov"
173173
agents:
174-
image: "golang:1.20.10"
174+
image: "golang:1.22.6"
175175
depends_on:
176176
- unit-tests
177177
- extended-windows

0 commit comments

Comments
 (0)