Skip to content

Commit c1af54e

Browse files
committed
Set up untidy scenario: go 1.20 with deps requiring 1.21
1 parent b9b94e4 commit c1af54e

3 files changed

Lines changed: 2 additions & 18 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.20

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift-sustaining/arc-test-component-b
22

3-
go 1.21
3+
go 1.20
44

55
require (
66
github.com/golang/glog v1.2.1

go.sum

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

0 commit comments

Comments
 (0)