Skip to content

Commit

Permalink
Update golang Docker tag to v1.22.2 (#223)
Browse files Browse the repository at this point in the history
* Update golang Docker tag to v1.22.2
* Update golang to v1.22.2 in .buildkite/pipeline.yml
* Update drivah agent image to v0.24.5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thibault Richard <thb.krkr@gmail.com>
  • Loading branch information
renovate[bot] and thbkrkr authored Apr 15, 2024
1 parent 1447d0e commit 0ec29f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0"
image: "golang:1.22.2"
cpu: "4"
memory: "8G"

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

Expand All @@ -25,7 +25,7 @@ steps:
- .buildkite/registry-login.sh
- drivah build --push .
agents:
image: "docker.elastic.co/ci-agent-images/drivah:0.24.3"
image: "docker.elastic.co/ci-agent-images/drivah:0.24.5"
cpu: "4"
memory: "4G"
ephemeralStorage: "20G"
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.0 as builder
FROM golang:1.22.2 as builder

ARG VERSION
ARG SHA1
Expand Down

0 comments on commit 0ec29f1

Please sign in to comment.