Skip to content

Commit 2605615

Browse files
committed
setup: configure release-4.13 for Go 1.19 patch testing
1 parent 108278d commit 2605615

5 files changed

Lines changed: 363 additions & 28 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.21
3+
tag: golang-1.19

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# arc-test-component-b
2+
3+
## Known Vulnerabilities
4+
5+
- CVE-2026-33186 In Modules: `.`
6+
7+
## Branch Info
8+
9+
| Property | Value |
10+
|---|---|
11+
| Go Version | 1.19 |
12+
| grpc | v1.64.0 (vulnerable) |
13+
| Module Structure | Single module |
14+
| Expected ARC Behavior | Fork/patch (`v1.64.x-sec.1` for Go 1.19) |

go.mod

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

3-
go 1.21
3+
go 1.19
44

55
require (
6-
github.com/golang/glog v1.2.1
7-
google.golang.org/grpc v1.65.0
8-
)
9-
10-
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
6+
github.com/golang/glog v1.2.0
7+
google.golang.org/grpc v1.64.0
168
)

go.sum

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)