Skip to content

Commit

Permalink
chore: Bump golang runtime version (#2215)
Browse files Browse the repository at this point in the history
chore: Bump golang runtime version
  • Loading branch information
medmes authored Jan 27, 2025
1 parent 13db0b1 commit 7695c94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.23.4-alpine as builder
FROM golang:1.23.5-alpine as builder

WORKDIR /lifecycle-manager
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/lifecycle-manager/api

go 1.23.4
go 1.23.5

require (
github.com/Masterminds/semver/v3 v3.3.1
Expand Down
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/lifecycle-manager

go 1.23.4
go 1.23.5

replace (
github.com/kyma-project/lifecycle-manager/api => ./api
Expand Down
2 changes: 1 addition & 1 deletion maintenancewindows/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/lifecycle-manager/maintenancewindows

go 1.23.4
go 1.23.5

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
certManager: "1.15.0"
controllerTools: "0.14.0"
docker: "27.4.0"
go: "1.23.4"
go: "1.23.5"
golangciLint: "1.60.3"
istio: "1.24.1"
k3d: "5.7.4"
Expand Down

0 comments on commit 7695c94

Please sign in to comment.