Skip to content

Commit

Permalink
chore: Bump golang consistently to 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Jun 12, 2024
1 parent 805e36d commit 7e3dce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.22.3-alpine as builder
FROM golang:1.22.4-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.22.2
go 1.22.4

require (
github.com/Masterminds/semver/v3 v3.2.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.22.2
go 1.22.4

replace github.com/kyma-project/lifecycle-manager/api => ./api

Expand Down

0 comments on commit 7e3dce2

Please sign in to comment.