Skip to content

Commit

Permalink
Update golang Docker tag to v1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Mar 5, 2025
1 parent 079dd51 commit 42251c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ steps:
- label: ":go: lint"
command: make lint
agents:
image: "golang:1.23.5"
image: "golang:1.24.1"
cpu: "4"
memory: "8G"

- label: ":go: tests"
command: make unit-tests
agents:
image: "golang:1.23.5"
image: "golang:1.24.1"
cpu: "4"
memory: "4G"

Expand Down

0 comments on commit 42251c7

Please sign in to comment.