Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Sep 6, 2024
1 parent 8f12b10 commit edc4184
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.0"
image: "golang:1.23.1"
cpu: "4"
memory: "8G"

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

Expand Down

0 comments on commit edc4184

Please sign in to comment.