Skip to content

(makefile) Upgrade mikefarah/yq to v4 - #267

Merged
openshift-merge-robot merged 1 commit into
operator-framework:masterfrom
anik120:fix-makefile-yq
Oct 6, 2022
Merged

(makefile) Upgrade mikefarah/yq to v4#267
openshift-merge-robot merged 1 commit into
operator-framework:masterfrom
anik120:fix-makefile-yq

Conversation

@anik120

@anik120 anik120 commented Oct 6, 2022

Copy link
Copy Markdown
Member

This PR upgrades the version of yq used in the makefile from v3@latest to v4@v4.28.1

@openshift-ci
openshift-ci Bot requested review from awgreene and ecordell October 6, 2022 00:01
@anik120

anik120 commented Oct 6, 2022

Copy link
Copy Markdown
Member Author

Not sure why this wasn't showing up in CI, but everyone who tried to run the make manifest target while using go v1.19.x ran into the following error:

api % make manifests
GOBIN=/Users/jordan/devel/api/bin go install "-mod=mod" github.com/mikefarah/yq/v3@latest
# golang.org/x/sys/unix
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.1_13.go:27:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.1_13.go:40:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:28:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:43:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:59:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:75:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:90:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:105:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:121:3: //go:linkname must refer to declared function or variable
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200223170610-d5e6a3e2c0ae/unix/zsyscall_darwin_amd64.go:121:3: too many errors
make: *** [/Users/jordan/devel/api/bin/yq] Error 2

@anik120
anik120 force-pushed the fix-makefile-yq branch 2 times, most recently from 747d676 to d051cee Compare October 6, 2022 00:45
This PR upgrades the version of yq used in the makefile from
v3@latest to v4@v4.28.1
@timflannagan

Copy link
Copy Markdown
Member

Oh weird it looks like this repository is setup using tide.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Oct 6, 2022
@grokspawn

Copy link
Copy Markdown
Contributor

/approve

@grokspawn grokspawn added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 6, 2022
@openshift-ci

openshift-ci Bot commented Oct 6, 2022

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: anik120, grokspawn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot
openshift-merge-robot merged commit b527a19 into operator-framework:master Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants