Skip to content

Commit 10ace68

Browse files
Bump go to 1.25.0 (#2286)
1 parent 8a87701 commit 10ace68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kyma-project/kyma-environment-broker
22

3-
go 1.24.5
3+
go 1.25.0
44

55
require (
66
code.cloudfoundry.org/lager v2.0.0+incompatible

testing/e2e/provisioning/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.24.5-alpine3.22 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.25.0-alpine3.22 AS builder
22

33
ENV SRC_DIR=/go/src/github.com/kyma-project/kyma-environment-broker/tests/e2e/provisioning
44

testing/e2e/provisioning/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kyma-project/kyma-environment-broker/testing/e2e/provisioning
22

3-
go 1.24.5
3+
go 1.25.0
44

55
require (
66
github.com/google/uuid v1.6.0

testing/e2e/skr/provisioning-service-test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kyma-project/kyma-environment-broker/testing/e2e/skr/provisioning-service-test
22

3-
go 1.24.5
3+
go 1.25.0
44

55
require (
66
github.com/stretchr/testify v1.9.0

0 commit comments

Comments
 (0)