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

vendor: gotest.tools/v3 v3.5.0 #4469

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Conversation

thaJeztah
Copy link
Member

  • 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

- 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)

- 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 <github@gone.nl>
Comment on lines +120 to +123
# FIXME temporarily suppress these (see https://github.com/gotestyourself/gotest.tools/issues/272)
- text: "SA1019: (assert|cmp|is)\\.ErrorType is deprecated"
linters:
- staticcheck
Copy link
Member Author

Choose a reason for hiding this comment

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

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2023

Codecov Report

Merging #4469 (0b535c7) into master (e0e2772) will not change coverage.
The diff coverage is n/a.

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           

@thaJeztah
Copy link
Member Author

Thx! I'll bring this one in, and rebase the containerd vendor PR

@thaJeztah thaJeztah merged commit a63f560 into docker:master Jul 30, 2023
74 checks passed
@thaJeztah thaJeztah deleted the bump_gotest_tools branch July 30, 2023 13:57
@thaJeztah
Copy link
Member Author

DOH! Mixed up PR's thought this was the one in moby... well... 🙈

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

Successfully merging this pull request may close these issues.

2 participants