Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Aug 14, 2024
1 parent d4d03ff commit 97134f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.22.5"
image: "golang:1.23.0"
cpu: "4"
memory: "8G"

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

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# build go binaries
#
FROM golang:1.22.5 as builder
FROM golang:1.23.0 as builder

ARG VERSION
ARG SHA1
Expand Down

0 comments on commit 97134f8

Please sign in to comment.