Skip to content

Commit

Permalink
move to go 1.21 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto authored Jan 22, 2024
1 parent 0518cbc commit 619bd84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to bootstrap build and test in openshift-ci

FROM registry.ci.openshift.org/openshift/release:golang-1.19
FROM registry.ci.openshift.org/openshift/release:golang-1.21
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/kourier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/openshift/release:golang-1.19 AS builder
FROM registry.ci.openshift.org/openshift/release:golang-1.21 AS builder
WORKDIR /app/
COPY . .
RUN go build -mod vendor -o /tmp/kourier ./cmd/kourier
Expand Down

0 comments on commit 619bd84

Please sign in to comment.