Skip to content

Commit

Permalink
chore: bump golang image to 1.22.5 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ressetkk committed Jul 23, 2024
1 parent 59b8bb8 commit 87641e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 europe-docker.pkg.dev/kyma-project/prod/external/golang:1.22.2-alpine3.19 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.22.5-alpine as builder
ARG TARGETOS
ARG TARGETARCH
ARG GO_BUILD_TAGS
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/istio/operator

go 1.22.2
go 1.22.5

// Client-go does not handle different versions of mergo due to some breaking changes - use the matching version
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
Expand Down

0 comments on commit 87641e5

Please sign in to comment.