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

[release/1.1] Fix windows closed pipe error #165

Commits on Mar 1, 2024

  1. *: remove codecov

    Signed-off-by: Vincent Batts <[email protected]>
    (cherry picked from commit 9660e6b)
    Signed-off-by: Austin Vazquez <[email protected]>
    vbatts authored and austinvazquez committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dd598dd View commit details
    Browse the repository at this point in the history
  2. Update GitHub actions CI workflow

    Update GitHub Actions runner OS from Ubuntu 18.04 to Ubuntu 22.04.
    Update actions/setup-go from v2 to v3. Update Go compiler from Go 1.17
    to Go 1.20. Update golangci-lint from v1.45.0 to v1.51.2 for Go 1.20
    support. Remove deprecated `-i` flag from make coverage target.
    
    Signed-off-by: Austin Vazquez <[email protected]>
    (cherry picked from commit c7b5a32)
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0e77c39 View commit details
    Browse the repository at this point in the history
  3. Update GitHub Actions CI to resolve deprecation warnings

    Signed-off-by: Austin Vazquez <[email protected]>
    (cherry picked from commit 589a593)
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1073a45 View commit details
    Browse the repository at this point in the history
  4. Enable CI on release branch

    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    08a8c22 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Return ErrClosed on client io.ErrClosedPipe error

    On Windows platforms with Go 1.20+ toolchains io.ErrClosedPipe is
    returned when the connection is terminated by the remote host. Filter
    this to ErrClosed.
    
    Enables Windows testing in GitHub Actions CI.
    
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a481db1 View commit details
    Browse the repository at this point in the history