Skip to content

Commit

Permalink
fully provide patched go version in the go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed Sep 18, 2024
1 parent 991c7e2 commit c52d07a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions components/central-application-connectivity-validator/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/kyma-project/kyma/components/central-application-connectivity-validator

go 1.23.0

toolchain go1.23.1
go 1.23.1

require (
github.com/gorilla/mux v1.8.1
Expand Down
4 changes: 1 addition & 3 deletions components/central-application-gateway/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/kyma-project/kyma/components/central-application-gateway

go 1.23.0

toolchain go1.23.1
go 1.23.1

require (
github.com/gorilla/mux v1.8.1
Expand Down
4 changes: 1 addition & 3 deletions components/compass-runtime-agent/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/kyma-project/kyma/components/compass-runtime-agent

go 1.23.0

toolchain go1.23.1
go 1.23.1

require (
github.com/google/uuid v1.6.0
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/kyma-project/application-connector-manager

go 1.23.0

toolchain go1.23.1
go 1.23.1

require (
github.com/onsi/ginkgo/v2 v2.20.1
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/kyma/tests/components/application-connector

go 1.22.3
go 1.23.1

require (
github.com/avast/retry-go v3.0.0+incompatible
Expand Down

0 comments on commit c52d07a

Please sign in to comment.