diff --git a/Dockerfile b/Dockerfile index 24c594ddad..539c8545c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22.3-alpine as builder +FROM golang:1.22.4-alpine as builder WORKDIR /lifecycle-manager # Copy the Go Modules manifests diff --git a/api/go.mod b/api/go.mod index 2d7d37928a..c8492ef728 100644 --- a/api/go.mod +++ b/api/go.mod @@ -1,6 +1,6 @@ module github.com/kyma-project/lifecycle-manager/api -go 1.22.2 +go 1.22.4 require ( github.com/Masterminds/semver/v3 v3.2.1 diff --git a/go.mod b/go.mod index 9b39b87371..e61f29615e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kyma-project/lifecycle-manager -go 1.22.2 +go 1.22.4 replace github.com/kyma-project/lifecycle-manager/api => ./api