Skip to content

Commit 5ce599e

Browse files
committed
Update go to 1.22
Signed-off-by: savitaashture <[email protected]>
1 parent 23b7c49 commit 5ce599e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.21
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db
33

44
FROM $GO_BUILDER AS builder
@@ -13,7 +13,7 @@ ENV GOEXPERIMENT=strictfipsruntime
1313
RUN cd image/git-init && go build -ldflags="-X 'knative.dev/pkg/changeset.rev=${CHANGESET_REV:0:7}'" -mod=vendor -tags strictfipsruntime -v -o /tmp/tektoncd-catalog-git-clone
1414

1515
FROM $RUNTIME
16-
ARG VERSION=git-init-1.14
16+
ARG VERSION=git-init-1.14.6
1717

1818
ENV BINARY=git-init \
1919
KO_APP=/ko-app \

0 commit comments

Comments
 (0)