Skip to content

Commit 2794fe1

Browse files
committed
Set up untidy scenario: go 1.22 with grpc v1.72.0 requiring go 1.23
1 parent c1af54e commit 2794fe1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
build_root:
22
image_stream_tag:
3-
tag: golang-1.20
3+
tag: golang-1.22

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/openshift-sustaining/arc-test-component-b
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/golang/glog v1.2.1
7-
google.golang.org/grpc v1.65.0
7+
google.golang.org/grpc v1.72.0
88
)
99

1010
require (
11-
golang.org/x/net v0.25.0 // indirect
12-
golang.org/x/sys v0.20.0 // indirect
13-
golang.org/x/text v0.15.0 // indirect
14-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
15-
google.golang.org/protobuf v1.34.1 // indirect
11+
golang.org/x/net v0.35.0 // indirect
12+
golang.org/x/sys v0.30.0 // indirect
13+
golang.org/x/text v0.22.0 // indirect
14+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
15+
google.golang.org/protobuf v1.36.5 // indirect
1616
)

0 commit comments

Comments
 (0)