godog
godog copied to clipboard
fix(deps): update module github.com/data-dog/go-txdb to v0.2.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/DATA-DOG/go-txdb | v0.1.6 -> v0.2.1 |
Release Notes
DATA-DOG/go-txdb (github.com/DATA-DOG/go-txdb)
v0.2.1
This is just a maintenance release. No functional changes. It moves test dependencies to a new module, to reduce dependencies of the main module, and updates CI to run tests against Go versions 1.23 and 1.24.
What's Changed
- Move all tests to a separate module to reduce dependencies by @Yiling-J in https://github.com/DATA-DOG/go-txdb/pull/72
- Run tests against Go 1.23 & 1.24 by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/73
Full Changelog: https://github.com/DATA-DOG/go-txdb/compare/v0.2.0...v0.2.1
v0.2.0
Dependency update, and remove support for very old versions of Go. With this release, Go 1.21 is the declared minimum version, due to the fact that dependencies require this version.
What's Changed
- Chore: Clean up support for Go versions < 1.12 by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/65
- Update dependencies by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/67
Full Changelog: https://github.com/DATA-DOG/go-txdb/compare/v0.1.9...v0.2.0
v0.1.9
What's Changed
- Use latest version of golangci-lint by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/61
- Refactor tests to work with testcontainers by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/59
- Some GoDoc updates and fixes by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/62
- fix beginTxOnce() context cancel by @daisuke0925m in https://github.com/DATA-DOG/go-txdb/pull/64
New Contributors
- @daisuke0925m made their first contribution in https://github.com/DATA-DOG/go-txdb/pull/64
Full Changelog: https://github.com/DATA-DOG/go-txdb/compare/v0.1.8...v0.1.9
v0.1.8
What's Changed
- Update CI to include Go 1.21 by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/56
- Add support for the driver.Connector interface. by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/41
- Support the driver.DriverContext interface by @flimzy in https://github.com/DATA-DOG/go-txdb/pull/58
New Contributors
- @flimzy made their first contribution in https://github.com/DATA-DOG/go-txdb/pull/56
Full Changelog: https://github.com/DATA-DOG/go-txdb/compare/v0.1.7...v0.1.8
v0.1.7
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Go API Changes
# summary%0AInferred base version: v0.15.1%0ASuggested version: v0.15.2
ℹ Artifact update notice
File name: _examples/go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.16 -> 1.21 |