Skip to content

Commit

Permalink
Update golang Docker tag to v1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot committed Mar 5, 2025
1 parent c7ffc94 commit 9faa877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the manager binary
FROM golang:1.23.6 as builder
FROM golang:1.24.1 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 9faa877

Please sign in to comment.