Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/kyma-environment-broker

go 1.24.3
go 1.24.5

require (
code.cloudfoundry.org/lager v2.0.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/provisioning/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine3.20 AS builder
FROM --platform=$BUILDPLATFORM golang:1.24.5-alpine3.22 AS builder

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

Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/provisioning/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/kyma-environment-broker/testing/e2e/provisioning

go 1.23.5
go 1.24.5

require (
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/skr/provisioning-service-test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/kyma-environment-broker/testing/e2e/skr/provisioning-service-test

go 1.23.1
go 1.24.5

require (
github.com/stretchr/testify v1.9.0
Expand Down
Loading