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

Use gotest.tool directly and not v3 #672

Closed
wants to merge 1 commit into from

Commits on Feb 3, 2020

  1. Use gotest.tool directly and not v3

    We have failure when using v3 failing with older version of go not having a `go
    mod`
    
    ```
    pkg/cmd/pipelineresource/resource_testUtil.go:25:2: code in directory /Users/chmouel/GIT/go/src/github.com/tektoncd/cli/vendor/gotest.tools/v3/assert expects import "gotest.tools/assert"
    ```
    
    do not use v3 directly in there
    
    Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
    chmouel committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    aee775f View commit details
    Browse the repository at this point in the history