1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
8cc89ce6dd Bump migrate/migrate from v4.16.2 to v4.18.3
Bumps migrate/migrate from v4.16.2 to v4.18.3.

---
updated-dependencies:
- dependency-name: migrate/migrate
  dependency-version: v4.18.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 07:41:58 +00:00
a2d02fb915 Fix linter issues and simplify yaml files 2024-10-06 16:45:19 +03:00
05d30f6c09 Add example of tests with transactional cleanup 2024-07-01 21:02:04 +03:00
66d4c714c4 Update .editorconfig and reformat code
The settings for yaml files regularly get confused and I don't like it,
so I add them to .editorconfig to make the settings always the same.
2024-02-11 20:50:44 +03:00
c7a32b73ea Speed up your integration tests by one line 2023-07-14 17:46:23 +03:00
1957a32dcb Increase the maximum number of connections
This is to simplify testing using the `-count=100` option.
2023-07-12 22:40:49 +03:00
b346272f7f Publish an example testing go code with Postgres 2023-07-05 01:31:59 +03:00