Skip to content

Commit

Permalink
Update golang version to 1.19 (knative#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Apr 3, 2023
1 parent c6dc18a commit c780d74
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion openshift/ci-operator/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/Dockerfile_with_kodata.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to bootstrap build and test in openshift-ci

FROM registry.ci.openshift.org/openshift/release:golang-1.18
FROM registry.ci.openshift.org/openshift/release:golang-1.19

# Add kubernetes repository
ADD openshift/ci-operator/build-image/kubernetes.repo /etc/yum.repos.d/
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/activator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/autoscaler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/migrate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/queue/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit! This file was generated via Makefile
FROM registry.ci.openshift.org/openshift/release:golang-1.18 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as builder

COPY . .
RUN make install test-install
Expand Down

0 comments on commit c780d74

Please sign in to comment.