Skip to content

Commit 7827140

Browse files
Bump: go 1.26.1 (#410)
Co-authored-by: Rashika <rashika.rajaraman@intel.com>
1 parent 1c49262 commit 7827140

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployment/images/Dockerfile.cluster-manager

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.25 AS builder
6+
FROM golang:1.26 AS builder
77
ARG TARGETOS
88
ARG TARGETARCH
99

deployment/images/Dockerfile.cluster-template-controller

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.25 AS builder
6+
FROM golang:1.26 AS builder
77
ARG TARGETOS
88
ARG TARGETARCH
99

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module github.com/open-edge-platform/cluster-manager/v2
55

6-
go 1.25.7
6+
go 1.26.1
77

88
require (
99
github.com/cenkalti/backoff/v4 v4.3.0

0 commit comments

Comments
 (0)