Skip to content

Commit

Permalink
Update golang images to 1.23.4 (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Dec 22, 2024
1 parent 0579040 commit 834cdbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ etcd-druid:
teamname: 'gardener/etcd-druid-maintainers'
steps:
check:
image: 'golang:1.23.3'
image: 'golang:1.23.4'
test:
image: 'golang:1.23.3'
image: 'golang:1.23.4'
test_integration:
image: 'golang:1.23.3'
image: 'golang:1.23.4'
build:
image: 'golang:1.23.3'
image: 'golang:1.23.4'
output_dir: 'binary'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.23.3 as builder
FROM golang:1.23.4 as builder
WORKDIR /go/src/github.com/gardener/etcd-druid
COPY . .

Expand Down

0 comments on commit 834cdbf

Please sign in to comment.