Skip to content

Commit

Permalink
Correct Go version when running the coverage report (#5476)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <[email protected]>
  • Loading branch information
alexsapran authored Sep 9, 2024
1 parent bc852c0 commit a11954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a11954b

Please sign in to comment.