Skip to content

Commit 1253f94

Browse files
committed
fix the patch
1 parent b83124e commit 1253f94

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.konflux/patches/0000-go1.23.patch

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
diff --git a/go.mod b/go.mod
2-
index 95210aac..82cbf6ad 100644
2+
index 4f7e4af4..cb08bf06 100644
33
--- a/go.mod
44
+++ b/go.mod
55
@@ -1,8 +1,8 @@
6-
module github.com/openshift-pipelines/pipelines-as-code
6+
module github.com/openshift-pipelines/opc
77

88
-go 1.23.8
9-
+go 1.23.6
9+
+go 1.23
1010

11-
-toolchain go1.24.2
12-
+toolchain go1.23
11+
-toolchain go1.23.9
12+
+toolchain go1.23.6
1313

1414
require (
15-
code.gitea.io/gitea v1.23.7
15+
github.com/openshift-pipelines/manual-approval-gate v0.6.0
1616
diff --git a/vendor/modules.txt b/vendor/modules.txt
17-
index cf4331dd..42754839 100644
17+
index 8e8c6f30..011d4669 100644
1818
--- a/vendor/modules.txt
1919
+++ b/vendor/modules.txt
20-
@@ -58,7 +58,7 @@ github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1
21-
github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1
22-
github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1
23-
# github.com/cert-manager/cert-manager v1.17.2
20+
@@ -1259,7 +1259,7 @@ github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/version
21+
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/scheme
22+
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/typed/approvaltask/v1alpha1
23+
# github.com/openshift-pipelines/pipelines-as-code v0.35.0
2424
-## explicit; go 1.23.8
2525
+## explicit; go 1.23.6
26-
github.com/cert-manager/cert-manager/pkg/apis/acme
27-
github.com/cert-manager/cert-manager/pkg/apis/acme/v1
28-
github.com/cert-manager/cert-manager/pkg/apis/certmanager
26+
github.com/openshift-pipelines/pipelines-as-code/pkg/acl
27+
github.com/openshift-pipelines/pipelines-as-code/pkg/action
28+
github.com/openshift-pipelines/pipelines-as-code/pkg/apis/incoming

0 commit comments

Comments
 (0)