arlon
arlon copied to clipboard
Bump gotest.tools/v3 from 3.3.0 to 3.4.0
Bumps gotest.tools/v3 from 3.3.0 to 3.4.0.
Release notes
Sourced from gotest.tools/v3's releases.
v3.4.0
What's Changed
- Test against Go1.19, and remove a dependency by
@dnephin
in gotestyourself/gotest.tools#242- assert: allow updating expected vars/consts inside functions by
@motemen
in gotestyourself/gotest.tools#244- drop go1.16 from test-matrix, replace deprecated io/ioutil, and update golangci-lint to v1.49.0 by
@thaJeztah
in gotestyourself/gotest.tools#245New Contributors
@motemen
made their first contribution in gotestyourself/gotest.tools#244Full Changelog: https://github.com/gotestyourself/gotest.tools/compare/v3.3.0...v3.4.0
Commits
f086d27
Merge pull request #245 from thaJeztah/replace_ioutil5b51cec
update golangci-lint to v1.49.077e24c3
Add package GoDoc for some internal packages (revive)b881b33
replace uses of deprecated io/ioutilf0f4764
fix formatting of nolint tagsb9a752f
remove go1.16 from test matrix36dd5d1
Merge pull request #244 from motemen/update-expected-inside-func4c65207
Rename function for new return valueddad04c
allow updating expected vars/consts inside functions97735af
Merge pull request #242 from gotestyourself/remove-dep- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)