Skip to content

Commit 731f051

Browse files
committed
chore(deps): update non-minor dependencies to v1.22.6
1 parent 3314727 commit 731f051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.22.5 as build
2+
FROM --platform=$BUILDPLATFORM golang:1.22.6 as build
33
ARG TARGETOS TARGETARCH
44

55
WORKDIR /workspace

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sap/image-mapper
22

3-
go 1.22.5
3+
go 1.22.6
44

55
require (
66
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)