Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golang.org/x/sys to fix macOS builds #434

Merged
merged 1 commit into from May 20, 2022
Merged

Update golang.org/x/sys to fix macOS builds #434

merged 1 commit into from May 20, 2022

Conversation

mjlshen
Copy link
Contributor

@mjlshen mjlshen commented Apr 6, 2022

Fixes #433

Build completes successfully afterwards:

❯ make build
go get
go mod verify
all modules verified
go mod vendor
go build -mod=vendor -o pd ./command

❯ ./pd
Usage: pd [--version] [--help] <command> [<args>]

Available commands are:
    ability
    addon
    analytics
    escalation-policy
    event-v2
    incident
    log-entry
    maintenance-window
    notification
    oncall
    schedule
    service
    team
    user
    vendor

Signed-off-by: Michael Shen <mshen@redhat.com>
Copy link

@ChezCrawford ChezCrawford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this @mjlshen !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Builds broken on macOS with Go 1.18
3 participants