Skip to content

Commit 13b851a

Browse files
jcho02tmshort
authored andcommitted
go upgrade to 1.19 (openshift#1029)
Signed-off-by: jcho02 <[email protected]> Signed-off-by: jcho02 <[email protected]> Upstream-repository: operator-registry Upstream-commit: 0271e7847d0b71cd969a2426f5532a4cb1cddd40
1 parent 7617e9d commit 13b851a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pkg/manifests/csv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: packageserver
66
namespace: openshift-operator-lifecycle-manager
77
labels:
8-
olm.version: 0.0.0-fd79d2301b18b009d8e49ca973d166916302908f
8+
olm.version: 0.0.0-ee9bf83852fe72c60d2685f0ac2b23637da5ede2
99
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
1010
annotations:
1111
include.release.openshift.io/self-managed-high-availability: "true"
@@ -159,7 +159,7 @@ spec:
159159
- packageserver
160160
topologyKey: "kubernetes.io/hostname"
161161
maturity: alpha
162-
version: 0.0.0-fd79d2301b18b009d8e49ca973d166916302908f
162+
version: 0.0.0-ee9bf83852fe72c60d2685f0ac2b23637da5ede2
163163
apiservicedefinitions:
164164
owned:
165165
- group: packages.operators.coreos.com

staging/operator-registry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.11 AS builder
22

33
ENV GOPATH /go
44
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH

staging/operator-registry/codegen.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine
1+
FROM golang:1.19-alpine
22

33
RUN apk update && \
44
apk add make git protobuf

staging/operator-registry/registry.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine as builder
1+
FROM golang:1.19-alpine as builder
22

33
RUN apk update && apk add sqlite build-base git mercurial bash
44
WORKDIR /build

staging/operator-registry/upstream-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine as builder
1+
FROM golang:1.19-alpine as builder
22

33
RUN apk update && apk add sqlite build-base git mercurial bash
44
WORKDIR /build

staging/operator-registry/upstream-opm-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## GoReleaser to build and push multi-arch images for opm
44
##
55

6-
FROM golang:1.18-alpine AS builder
6+
FROM golang:1.19-alpine AS builder
77

88
RUN apk update && apk add ca-certificates
99
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]

0 commit comments

Comments
 (0)