Skip to content

Commit c10b001

Browse files
Merge pull request #310 from perdasilva/operator-registry-go-bump
Bug 2095329: [release-4.10] Bump go to v1.17 (#922)
2 parents 1a99acb + 7a5f937 commit c10b001

File tree

304 files changed

+5857
-10422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+5857
-10422
lines changed

.ci-operator.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
project_image:
2-
context_dir: .
3-
dockerfile_path: base.Dockerfile
1+
build_root_image:
2+
name: release
3+
namespace: openshift
4+
tag: rhel-8-release-golang-1.17-openshift-4.10

base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile to bootstrap build and test in openshift-ci
22

3-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8
3+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10
44

55
ARG KUBEBUILDER_RELEASE=2.3.1
66
# Install test dependencies

go.mod

Lines changed: 210 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/operator-framework-olm
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/go-bindata/go-bindata/v3 v3.1.3
@@ -32,6 +32,215 @@ require (
3232
sigs.k8s.io/controller-tools v0.6.2
3333
)
3434

35+
require (
36+
cloud.google.com/go v0.81.0 // indirect
37+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
38+
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
39+
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
40+
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
41+
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
42+
github.com/Azure/go-autorest/logger v0.2.1 // indirect
43+
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
44+
github.com/BurntSushi/toml v0.3.1 // indirect
45+
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
46+
github.com/Masterminds/goutils v1.1.1 // indirect
47+
github.com/Masterminds/semver/v3 v3.1.1 // indirect
48+
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
49+
github.com/Masterminds/squirrel v1.5.0 // indirect
50+
github.com/Masterminds/vcs v1.13.1 // indirect
51+
github.com/Microsoft/go-winio v0.4.16 // indirect
52+
github.com/Microsoft/hcsshim v0.8.14 // indirect
53+
github.com/NYTimes/gziphandler v1.1.1 // indirect
54+
github.com/PuerkitoBio/purell v1.1.1 // indirect
55+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
56+
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect
57+
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
58+
github.com/beorn7/perks v1.0.1 // indirect
59+
github.com/blang/semver v3.5.1+incompatible // indirect
60+
github.com/blang/semver/v4 v4.0.0 // indirect
61+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
62+
github.com/containerd/cgroups v0.0.0-20200531161412-0dbf7f05ba59 // indirect
63+
github.com/containerd/containerd v1.4.11 // indirect
64+
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
65+
github.com/containerd/ttrpc v1.0.1 // indirect
66+
github.com/coreos/go-semver v0.3.0 // indirect
67+
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
68+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
69+
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
70+
github.com/davecgh/go-spew v1.1.1 // indirect
71+
github.com/deislabs/oras v0.11.1 // indirect
72+
github.com/distribution/distribution v2.7.1+incompatible // indirect
73+
github.com/docker/cli v20.10.12+incompatible // indirect
74+
github.com/docker/distribution v2.7.1+incompatible // indirect
75+
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible // indirect
76+
github.com/docker/docker-credential-helpers v0.6.3 // indirect
77+
github.com/docker/go-connections v0.4.0 // indirect
78+
github.com/docker/go-metrics v0.0.1 // indirect
79+
github.com/docker/go-units v0.4.0 // indirect
80+
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
81+
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
82+
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
83+
github.com/fatih/color v1.12.0 // indirect
84+
github.com/felixge/httpsnoop v1.0.1 // indirect
85+
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
86+
github.com/fsnotify/fsnotify v1.4.9 // indirect
87+
github.com/ghodss/yaml v1.0.0 // indirect
88+
github.com/go-air/gini v1.0.4 // indirect
89+
github.com/go-errors/errors v1.0.1 // indirect
90+
github.com/go-git/gcfg v1.5.0 // indirect
91+
github.com/go-git/go-billy/v5 v5.1.0 // indirect
92+
github.com/go-git/go-git/v5 v5.3.0 // indirect
93+
github.com/go-logr/zapr v0.4.0 // indirect
94+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
95+
github.com/go-openapi/jsonreference v0.19.5 // indirect
96+
github.com/go-openapi/swag v0.19.14 // indirect
97+
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
98+
github.com/gobuffalo/flect v0.2.3 // indirect
99+
github.com/gobwas/glob v0.2.3 // indirect
100+
github.com/goccy/go-yaml v1.8.1 // indirect
101+
github.com/gofrs/flock v0.8.0 // indirect
102+
github.com/gogo/protobuf v1.3.2 // indirect
103+
github.com/golang-migrate/migrate/v4 v4.6.2 // indirect
104+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
105+
github.com/golang/protobuf v1.5.2 // indirect
106+
github.com/google/btree v1.0.1 // indirect
107+
github.com/google/cel-go v0.9.0 // indirect
108+
github.com/google/go-cmp v0.5.6 // indirect
109+
github.com/google/gofuzz v1.1.0 // indirect
110+
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
111+
github.com/google/uuid v1.1.2 // indirect
112+
github.com/gorilla/mux v1.7.3 // indirect
113+
github.com/gosuri/uitable v0.0.4 // indirect
114+
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
115+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
116+
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
117+
github.com/h2non/filetype v1.1.1 // indirect
118+
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
119+
github.com/huandu/xstrings v1.3.1 // indirect
120+
github.com/imdario/mergo v0.3.12 // indirect
121+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
122+
github.com/itchyny/astgen-go v0.0.0-20200519013840-cf3ea398f645 // indirect
123+
github.com/itchyny/gojq v0.11.0 // indirect
124+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
125+
github.com/jmoiron/sqlx v1.3.1 // indirect
126+
github.com/joelanford/ignore v0.0.0-20210607151042-0d25dc18b62d // indirect
127+
github.com/josharian/intern v1.0.0 // indirect
128+
github.com/json-iterator/go v1.1.11 // indirect
129+
github.com/kisielk/errcheck v1.5.0 // indirect
130+
github.com/kylelemons/godebug v1.1.0 // indirect
131+
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
132+
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
133+
github.com/lestrrat-go/strftime v1.0.1 // indirect
134+
github.com/lib/pq v1.10.0 // indirect
135+
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
136+
github.com/mailru/easyjson v0.7.6 // indirect
137+
github.com/mattn/go-colorable v0.1.8 // indirect
138+
github.com/mattn/go-isatty v0.0.12 // indirect
139+
github.com/mattn/go-runewidth v0.0.9 // indirect
140+
github.com/mattn/go-sqlite3 v1.14.6 // indirect
141+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
142+
github.com/mitchellh/copystructure v1.1.1 // indirect
143+
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
144+
github.com/mitchellh/hashstructure v1.0.0 // indirect
145+
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
146+
github.com/mitchellh/mapstructure v1.4.1 // indirect
147+
github.com/mitchellh/reflectwalk v1.0.1 // indirect
148+
github.com/moby/spdystream v0.2.0 // indirect
149+
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
150+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
151+
github.com/modern-go/reflect2 v1.0.1 // indirect
152+
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
153+
github.com/morikuni/aec v1.0.0 // indirect
154+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
155+
github.com/nxadm/tail v1.4.8 // indirect
156+
github.com/onsi/gomega v1.15.0 // indirect
157+
github.com/opencontainers/go-digest v1.0.0 // indirect
158+
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 // indirect
159+
github.com/opencontainers/runc v0.1.1 // indirect
160+
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 // indirect
161+
github.com/otiai10/copy v1.2.0 // indirect
162+
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
163+
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
164+
github.com/pkg/errors v0.9.1 // indirect
165+
github.com/pmezard/go-difflib v1.0.0 // indirect
166+
github.com/prometheus/client_golang v1.11.0 // indirect
167+
github.com/prometheus/client_model v0.2.0 // indirect
168+
github.com/prometheus/common v0.26.0 // indirect
169+
github.com/prometheus/procfs v0.6.0 // indirect
170+
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351 // indirect
171+
github.com/russross/blackfriday v1.5.2 // indirect
172+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
173+
github.com/shopspring/decimal v1.2.0 // indirect
174+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
175+
github.com/spf13/cast v1.3.1 // indirect
176+
github.com/spf13/pflag v1.0.5 // indirect
177+
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5 // indirect
178+
github.com/stoewer/go-strcase v1.2.0 // indirect
179+
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
180+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
181+
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
182+
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
183+
github.com/zeebo/errs v1.2.2 // indirect
184+
go.etcd.io/bbolt v1.3.6 // indirect
185+
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
186+
go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
187+
go.etcd.io/etcd/client/v3 v3.5.0 // indirect
188+
go.opencensus.io v0.23.0 // indirect
189+
go.opentelemetry.io/contrib v0.20.0 // indirect
190+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
191+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
192+
go.opentelemetry.io/otel v0.20.0 // indirect
193+
go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
194+
go.opentelemetry.io/otel/metric v0.20.0 // indirect
195+
go.opentelemetry.io/otel/sdk v0.20.0 // indirect
196+
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
197+
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
198+
go.opentelemetry.io/otel/trace v0.20.0 // indirect
199+
go.opentelemetry.io/proto/otlp v0.7.0 // indirect
200+
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
201+
go.uber.org/atomic v1.7.0 // indirect
202+
go.uber.org/multierr v1.6.0 // indirect
203+
go.uber.org/zap v1.19.0 // indirect
204+
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
205+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
206+
golang.org/x/mod v0.4.2 // indirect
207+
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
208+
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
209+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
210+
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
211+
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
212+
golang.org/x/text v0.3.7 // indirect
213+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
214+
golang.org/x/tools v0.1.5 // indirect
215+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
216+
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
217+
google.golang.org/appengine v1.6.7 // indirect
218+
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
219+
google.golang.org/grpc v1.40.0 // indirect
220+
gopkg.in/gorp.v1 v1.7.2 // indirect
221+
gopkg.in/inf.v0 v0.9.1 // indirect
222+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
223+
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
224+
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
225+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
226+
gopkg.in/warnings.v0 v0.1.2 // indirect
227+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
228+
k8s.io/apiextensions-apiserver v0.22.2 // indirect
229+
k8s.io/apiserver v0.22.2 // indirect
230+
k8s.io/cli-runtime v0.22.0 // indirect
231+
k8s.io/component-base v0.22.2 // indirect
232+
k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027 // indirect
233+
k8s.io/klog v1.0.0 // indirect
234+
k8s.io/klog/v2 v2.9.0 // indirect
235+
k8s.io/kube-aggregator v0.22.0 // indirect
236+
k8s.io/kubectl v0.22.0 // indirect
237+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.22 // indirect
238+
sigs.k8s.io/kustomize/api v0.8.11 // indirect
239+
sigs.k8s.io/kustomize/kyaml v0.11.0 // indirect
240+
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
241+
sigs.k8s.io/yaml v1.2.0 // indirect
242+
)
243+
35244
replace (
36245
// From staging/operator-registry
37246
// Currently on a fork for two issues:

go.sum

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ github.com/dhui/dktest v0.3.0/go.mod h1:cyzIUfGsBEbZ6BT7tnXqAShHSXCZhSNmFl70sZ7c
268268
github.com/distribution/distribution v2.7.1+incompatible h1:aGFx4EvJWKEh//lHPLwFhFgwFHKH06TzNVPamrMn04M=
269269
github.com/distribution/distribution v2.7.1+incompatible/go.mod h1:EgLm2NgWtdKgzF9NpMzUKgzmR7AMmb0VQi2B+ZzDRjc=
270270
github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E=
271-
github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
272-
github.com/docker/cli v20.10.5+incompatible h1:bjflayQbWg+xOkF2WPEAOi4Y7zWhR7ptoPhV/VqLVDE=
273271
github.com/docker/cli v20.10.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
272+
github.com/docker/cli v20.10.12+incompatible h1:lZlz0uzG+GH+c0plStMUdF/qk3ppmgnswpR5EbqzVGA=
273+
github.com/docker/cli v20.10.12+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
274274
github.com/docker/distribution v0.0.0-20191216044856-a8371794149d h1:jC8tT/S0OGx2cswpeUTn4gOIea8P08lD3VFQT0cOZ50=
275275
github.com/docker/distribution v0.0.0-20191216044856-a8371794149d/go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY=
276276
github.com/docker/docker v0.7.3-0.20190103212154-2b7e084dc98b/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
@@ -1439,8 +1439,9 @@ golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBc
14391439
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
14401440
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
14411441
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1442-
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e h1:XMgFehsDnnLGtjvjOfqWSUzt0alpTR1RSEuznObga2c=
14431442
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1443+
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 h1:2B5p2L5IfGiD7+b9BOoRMC6DgObAVZV+Fsp050NqXik=
1444+
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
14441445
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
14451446
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
14461447
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d h1:SZxvLBoTP5yHO3Frd4z4vrF+DBX9vMVanchswa69toE=

operator-lifecycle-manager.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.16-openshift-4.10 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder
22

33
ENV GO111MODULE auto
44
ENV GOPATH /go

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.16-openshift-4.10 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder
22

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

staging/operator-lifecycle-manager/.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '~1.16'
14+
go-version: '~1.17'
1515
- run: make e2e-local E2E_NODES=2 ARTIFACTS_DIR=./artifacts/
1616
- name: Archive Test Artifacts # test results, failed or not, are always uploaded.
1717
if: ${{ always() }}

staging/operator-lifecycle-manager/.github/workflows/run-kind-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-go@v2
1212
with:
13-
go-version: '~1.16'
13+
go-version: '~1.17'
1414
- name: Install kind
1515
run: |
1616
curl -sLo kind "$(curl -sL https://api.github.com/repos/kubernetes-sigs/kind/releases/latest | jq -r '[.assets[] | select(.name == "kind-linux-amd64")] | first | .browser_download_url')"

staging/operator-lifecycle-manager/.github/workflows/run-minikube-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-go@v2
1212
with:
13-
go-version: '~1.16'
13+
go-version: '~1.17'
1414
- name: Install minikube
1515
run: |
1616
sudo apt-get install conntrack

staging/operator-lifecycle-manager/.github/workflows/sanity.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '~1.16'
15-
- name: Install goimports
16-
run: go install golang.org/x/tools/cmd/goimports@latest
14+
go-version: '~1.17'
1715
- name: Run sanity checks
1816
run: make vendor && make lint && make diff

staging/operator-lifecycle-manager/.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '~1.16'
14+
go-version: '~1.17'
1515
- name: Install Kubebuilder
1616
run: |
1717
os=$(go env GOOS)

staging/operator-lifecycle-manager/.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '~1.16'
14+
go-version: '~1.17'
1515

1616
# Note(tflannag): We need to explicitly setup the GOPATH as the generate-internal-groups.sh
1717
# codegen script still relies on $GOPATH being set and will return an error otherwise.

0 commit comments

Comments
 (0)