Skip to content

Commit 6e2f76d

Browse files
authored
Merge pull request #8656 from kubernetes/go125
Bump VPA to Go 1.25.3
2 parents 7feded3 + 7ad619c commit 6e2f76d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

vertical-pod-autoscaler/e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
module k8s.io/autoscaler/vertical-pod-autoscaler/e2e
55

6-
go 1.24.0
6+
go 1.25.0
77

8-
toolchain go1.24.2
8+
toolchain go1.25.3
99

1010
require (
1111
github.com/onsi/ginkgo/v2 v2.25.1

vertical-pod-autoscaler/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module k8s.io/autoscaler/vertical-pod-autoscaler
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.3
66

77
require (
88
github.com/fsnotify/fsnotify v1.9.0

vertical-pod-autoscaler/pkg/admission-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.24.6 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
1616

1717
WORKDIR /workspace
1818

vertical-pod-autoscaler/pkg/recommender/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.24.6 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
1616

1717
WORKDIR /workspace
1818

vertical-pod-autoscaler/pkg/updater/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.24.6 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
1616

1717
WORKDIR /workspace
1818

0 commit comments

Comments
 (0)