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 xerrors dependency #1277

Merged
merged 1 commit into from Sep 5, 2019
Merged

Update xerrors dependency #1277

merged 1 commit into from Sep 5, 2019

Commits on Sep 5, 2019

  1. Update xerrors dependency

    Our vendored xerrors causes build failures when using go 1.13:
    
    ```bash
    λ go build -o /dev/null ./cmd/controller/
    vendor/golang.org/x/xerrors/adaptor_go1_13.go:16:14: undefined: errors.Frame
    vendor/golang.org/x/xerrors/format_go1_13.go:12:18: undefined: errors.Formatter
    ```
    
    errors.Frame and errors.Formatter were removed from 1.13 and xerrors was
    updated here:
    golang/xerrors@a985d34
    Scott committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    383a3fd View commit details
    Browse the repository at this point in the history