Skip to content

Commit fccee03

Browse files
Merge pull request #735 from deads2k/play
NO-JIRA: update build-machinery for spyglass artifacts
2 parents e579cfc + 86ab35d commit fccee03

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/ghodss/yaml v1.0.0
88
github.com/google/go-cmp v0.6.0
99
github.com/openshift/api v0.0.0-20241001152557-e415140e5d5f
10-
github.com/openshift/build-machinery-go v0.0.0-20241030130011-ee12ed0f0273
10+
github.com/openshift/build-machinery-go v0.0.0-20241031155326-6ae126a9cb72
1111
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f
1212
github.com/openshift/library-go v0.0.0-20241104101214-d62fbd9f01cf
1313
github.com/openshift/multi-operator-manager v0.0.0-20241101153049-fcf403de1051

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
150150
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
151151
github.com/openshift/api v0.0.0-20241001152557-e415140e5d5f h1:ya1OmyZm3LIIxI3U9VE9Nyx3ehCHgBwxyFUPflYPWls=
152152
github.com/openshift/api v0.0.0-20241001152557-e415140e5d5f/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
153-
github.com/openshift/build-machinery-go v0.0.0-20241030130011-ee12ed0f0273 h1:xuaq6MeNa6KBvzXVapxcJjUPN/EVQZ1VZ0uoyoTUrf4=
154-
github.com/openshift/build-machinery-go v0.0.0-20241030130011-ee12ed0f0273/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
153+
github.com/openshift/build-machinery-go v0.0.0-20241031155326-6ae126a9cb72 h1:kMM+Ea3YFrcoYS76RhhBA7uELy97JM0gwqnyoy7fxco=
154+
github.com/openshift/build-machinery-go v0.0.0-20241031155326-6ae126a9cb72/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
155155
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f h1:FRc0bVNWprihWS0GqQWzb3dY4dkCwpOP3mDw5NwSoR4=
156156
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f/go.mod h1:KiZi2mJRH1TOJ3FtBDYS6YvUL30s/iIXaGSUrSa36mo=
157157
github.com/openshift/library-go v0.0.0-20241104101214-d62fbd9f01cf h1:vuFG+Ya9f+Nl2ks1WJ6T1XBZ1DlinChbfcBS8odzisI=

vendor/github.com/openshift/build-machinery-go/scripts/test-operator-integration.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ github.com/openshift/api/template
248248
github.com/openshift/api/template/v1
249249
github.com/openshift/api/user
250250
github.com/openshift/api/user/v1
251-
# github.com/openshift/build-machinery-go v0.0.0-20241030130011-ee12ed0f0273
251+
# github.com/openshift/build-machinery-go v0.0.0-20241031155326-6ae126a9cb72
252252
## explicit; go 1.22.0
253253
github.com/openshift/build-machinery-go
254254
github.com/openshift/build-machinery-go/make

0 commit comments

Comments
 (0)