Skip to content

Commit 712cac6

Browse files
Bump golang from 1.24 to 1.25
Bumps golang from 1.24 to 1.25. --- updated-dependencies: - dependency-name: golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d274440 commit 712cac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44
# Build the manager binary
5-
FROM golang:1.24 AS builder
5+
FROM golang:1.25 AS builder
66
ARG TARGETOS
77
ARG TARGETARCH
88

0 commit comments

Comments
 (0)