-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
vendor: gotest.tools/v3 v3.5.0 #4469
Conversation
- go.mod: update dependencies and go version by - Use Go1.20 - Fix couple of typos - Added `WithStdout` and `WithStderr` helpers - Moved `cmdOperators` handling from `RunCmd` to `StartCmd` - Deprecate `assert.ErrorType` - Remove outdated Dockerfile - add godoc links full diff: gotestyourself/gotest.tools@v3.4.0...v3.5.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
# FIXME temporarily suppress these (see https://github.com/gotestyourself/gotest.tools/issues/272) | ||
- text: "SA1019: (assert|cmp|is)\\.ErrorType is deprecated" | ||
linters: | ||
- staticcheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporarily suppressing deprecation warnings, pending:
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4469 +/- ##
=======================================
Coverage 59.39% 59.39%
=======================================
Files 288 288
Lines 24782 24782
=======================================
Hits 14720 14720
Misses 9175 9175
Partials 887 887 |
Thx! I'll bring this one in, and rebase the containerd vendor PR |
DOH! Mixed up PR's thought this was the one in moby... well... 🙈 |
WithStdout
andWithStderr
helperscmdOperators
handling fromRunCmd
toStartCmd
assert.ErrorType
full diff: gotestyourself/gotest.tools@v3.4.0...v3.5.0
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)