File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,22 @@ pipeline:
68
68
repository : https://github.com/projectcalico/calico
69
69
tag : v${{package.version}}
70
70
expected-commit : c29210835f7a2795d0791974602c8e1c625c8ca1
71
+ - runs : |
72
+ # apiserver/cmd/apiserver
73
+ sed -i '/_ "k8s.io\/code-generator\/cmd\/import-boss"/s/^/\/\//g' apiserver/cmd/apiserver/tools.go
74
+ sed -i '/_ "k8s.io\/code-generator\/cmd\/openapi-gen"/s/^/\/\//g' apiserver/cmd/apiserver/tools.go
75
+ sed -i '/_ "k8s.io\/code-generator\/cmd\/set-gen"/s/^/\/\//g' apiserver/cmd/apiserver/tools.go
76
+ # libcaliico-go
77
+ sed -i '/_ "k8s.io\/code-generator\/cmd\/import-boss"/s/^/\/\//g' libcalico-go/tools.go
78
+ sed -i '/_ "k8s.io\/code-generator\/cmd\/set-gen"/s/^/\/\//g' libcalico-go/tools.go
79
+ # updates all x.30.9 to x.30.11
80
+ sed -i 's/\.30\.9/\.30\.11/g' go.mod
71
81
- uses : go/bump
72
82
with :
73
83
deps : |-
84
+ golang.org/x/crypto@v0.35.0
74
85
golang.org/x/oauth2@v0.27.0
86
+ golang.org/x/net@v0.36.0
75
87
# Because we are using tigera-operator during image test we are reliant on tigera-operator setting
76
88
# up all the required rbac rules that are needed for calico-apiserver to run. Currently it does not and
77
89
# this is a temporary solution until https://github.com/tigera/operator/issues/3780 is resolved upstream with a new
You can’t perform that action at this time.
0 commit comments