Skip to content

Commit 2c587e2

Browse files
authored
bump go to 1.25 (#42)
On-behalf-of: SAP <filipp.akinfiev@clyso.com> Signed-off-by: Filipp Akinfiev <filipp.akinfiev@clyso.com>
1 parent c876d97 commit 2c587e2

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
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the manager binary
6-
FROM golang:1.24 AS builder
6+
FROM golang:1.25 AS builder
77
ARG TARGETOS
88
ARG TARGETARCH
99
ARG GIT_COMMIT='not set'

0 commit comments

Comments
 (0)