Skip to content

Commit 8e9eeca

Browse files
committed
update sdk-go to vesion v2.4.2
This PR updates sdk-go to v2.4.2 and also changes go 1.22.8 to 1.22.0 to avoid using patch versions which may compromise client code.
1 parent ae7dde3 commit 8e9eeca

File tree

12 files changed

+19
-17
lines changed

12 files changed

+19
-17
lines changed

api/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/apache/incubator-kie-kogito-serverless-operator/api
22

3-
go 1.22.8
3+
go 1.22.0
44

55
require (
6-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1
6+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2
77
k8s.io/api v0.31.1
88
k8s.io/apimachinery v0.31.1
99
knative.dev/pkg v0.0.0-20231023151236-29775d7c9e5c

api/go.sum

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G
8080
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
8181
github.com/relvacode/iso8601 v1.4.0 h1:GsInVSEJfkYuirYFxa80nMLbH2aydgZpIf52gYZXUJs=
8282
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
83-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1 h1:9NnaYGhSKZj19rRC8gTZ3IVJJ4EjFG0LJuQe/bt510Q=
83+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI=
8484
github.com/sosodev/duration v1.3.1 h1:qtHBDMQ6lvMQsL15g4aopM4HEfOaYuhWBw3NPTtlqq4=
8585
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
8686
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

bddframework/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/apache/incubator-kie-kogito-serverless-operator/bddframework
22

3-
go 1.22.8
3+
go 1.22.0
44

55
// Internal dependencies
66
replace github.com/apache/incubator-kie-kogito-serverless-operator => ../

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/apache/incubator-kie-kogito-serverless-operator
22

3-
go 1.22.8
3+
go 1.22.0
44

55
// Internal dependencies
66
replace (
@@ -24,7 +24,7 @@ require (
2424
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87
2525
github.com/pkg/errors v0.9.1
2626
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.55.1
27-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1
27+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2
2828
github.com/stretchr/testify v1.9.0
2929
k8s.io/api v0.31.1
3030
k8s.io/apimachinery v0.31.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 h1:uIkTLo0AGRc8l7h5l9r+GcYi9qfVP
363363
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=
364364
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
365365
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
366-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1 h1:9NnaYGhSKZj19rRC8gTZ3IVJJ4EjFG0LJuQe/bt510Q=
367-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1/go.mod h1:gl5WYsxKseaozFkHJwWNO5EGcG7Zztqk2HGuqeCovj4=
366+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI=
367+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2/go.mod h1:WGJR0YhXp035Y/toMKwHeIT5/EDEkDEDozn6VIGSUqI=
368368
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
369369
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
370370
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=

go.work

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.22.8
1+
go 1.22.0
22

33
use (
44
.
@@ -15,7 +15,7 @@ replace (
1515
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb
1616

1717
// Main dependencies sync
18-
github.com/serverlessworkflow/sdk-go/v2 => github.com/serverlessworkflow/sdk-go/v2 v2.4.1
18+
github.com/serverlessworkflow/sdk-go/v2 => github.com/serverlessworkflow/sdk-go/v2 v2.4.2
1919
k8s.io/api => k8s.io/api v0.31.1
2020
k8s.io/apimachinery => k8s.io/apimachinery v0.31.1
2121
k8s.io/client-go => k8s.io/client-go v0.31.1

go.work.sum

+2
Original file line numberDiff line numberDiff line change
@@ -2690,6 +2690,8 @@ github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
26902690
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
26912691
github.com/sclevine/spec v1.2.0 h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA=
26922692
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=
2693+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI=
2694+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2/go.mod h1:WGJR0YhXp035Y/toMKwHeIT5/EDEkDEDozn6VIGSUqI=
26932695
github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7 h1:80VN+vGkqM773Br/uNNTSheo3KatTgV8IpjIKjvVLng=
26942696
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 h1:udFKJ0aHUL60LboW/A+DfgoHVedieIzIXE8uylPue0U=
26952697
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 h1:pntxY8Ary0t43dCZ5dqY4YTJCObLY1kIXl0uzMv+7DE=

images/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- name: operator-builder
1919
version: 999.0.0-snapshot
20-
from: 'golang:1.22.8'
20+
from: 'golang:1.22'
2121
description: Builder Image for the Operator
2222

2323
args:

testbdd/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/apache/incubator-kie-kogito-serverless-operator/testbdd
22

3-
go 1.22.8
3+
go 1.22.0
44

55
replace (
66
github.com/apache/incubator-kie-kogito-serverless-operator => ../
@@ -108,7 +108,7 @@ require (
108108
github.com/robfig/cron/v3 v3.0.1 // indirect
109109
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
110110
github.com/sergi/go-diff v1.1.0 // indirect
111-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1 // indirect
111+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2 // indirect
112112
github.com/sirupsen/logrus v1.9.3 // indirect
113113
github.com/sosodev/duration v1.3.1 // indirect
114114
github.com/src-d/gcfg v1.4.0 // indirect

testbdd/go.sum

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg
779779
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
780780
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
781781
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
782-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1 h1:9NnaYGhSKZj19rRC8gTZ3IVJJ4EjFG0LJuQe/bt510Q=
782+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI=
783783
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
784784
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
785785
github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc=

workflowproj/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/apache/incubator-kie-kogito-serverless-operator/workflowproj
22

3-
go 1.22.8
3+
go 1.22.0
44

55
// Internal dependencies
66
replace github.com/apache/incubator-kie-kogito-serverless-operator/api => ../api
@@ -10,7 +10,7 @@ require (
1010
github.com/pb33f/libopenapi v0.8.4
1111
github.com/pkg/errors v0.9.1
1212
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
13-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1
13+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2
1414
github.com/stretchr/testify v1.9.0
1515
k8s.io/api v0.31.1
1616
k8s.io/apimachinery v0.31.1

workflowproj/go.sum

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 h1:uIkTLo0AGRc8l7h5l9r+GcYi9qfVP
130130
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=
131131
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
132132
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
133-
github.com/serverlessworkflow/sdk-go/v2 v2.4.1 h1:9NnaYGhSKZj19rRC8gTZ3IVJJ4EjFG0LJuQe/bt510Q=
133+
github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI=
134134
github.com/sosodev/duration v1.3.1 h1:qtHBDMQ6lvMQsL15g4aopM4HEfOaYuhWBw3NPTtlqq4=
135135
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
136136
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

0 commit comments

Comments
 (0)