File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
skr/provisioning-service-test Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/kyma-project/kyma-environment-broker
22
3- go 1.24.5
3+ go 1.25.0
44
55require (
66 code.cloudfoundry.org/lager v2.0.0+incompatible
Original file line number Diff line number Diff line change 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
33ENV SRC_DIR=/go/src/github.com/kyma-project/kyma-environment-broker/tests/e2e/provisioning
44
Original file line number Diff line number Diff line change 11module github.com/kyma-project/kyma-environment-broker/testing/e2e/provisioning
22
3- go 1.24.5
3+ go 1.25.0
44
55require (
66 github.com/google/uuid v1.6.0
Original file line number Diff line number Diff line change 11module 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
55require (
66 github.com/stretchr/testify v1.9.0
You can’t perform that action at this time.
0 commit comments