Skip to content

Commit

Permalink
Merge pull request #144 from gardener/dependabot/docker/golang-1.24.0
Browse files Browse the repository at this point in the history
Bump golang from 1.23.6 to 1.24.0
  • Loading branch information
MartinWeindel authored Feb 13, 2025
2 parents 4a6c2e5 + 264bc6f commit 9ac7988
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

############# builder
FROM golang:1.23.6 AS builder
FROM golang:1.24.0 AS builder

WORKDIR /build

Expand Down

0 comments on commit 9ac7988

Please sign in to comment.