Skip to content

Commit

Permalink
Update golang images to 1.23.4 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Dec 22, 2024
1 parent 4bd0aba commit 0e411a2
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 @@ -53,13 +53,13 @@ etcd-backup-restore:
teamname: 'gardener/etcd-druid-maintainers'
steps:
check:
image: 'golang:1.23.2'
image: 'golang:1.23.4'
unit_test:
image: 'golang:1.23.2'
image: 'golang:1.23.4'
integration_test:
image: 'golang:1.23.2'
image: 'golang:1.23.4'
build:
image: 'golang:1.23.2'
image: 'golang:1.23.4'
output_dir: 'binary'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder

WORKDIR /go/src/github.com/gardener/backup-restore
COPY . .
Expand Down

0 comments on commit 0e411a2

Please sign in to comment.