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

5 Commits

Author SHA1 Message Date
0339ceb25b Bump golangci-lint to v1.55.2 2023-11-14 22:35:25 +03:00
e9de025f7e Migrate to Compose V2
From July 2023 Compose V1 stopped receiving updates. It’s also no
longer available in new releases of Docker Desktop.

Compose V2, which was first released in 2020, is included with all
currently supported versions of Docker Desktop. It offers an improved
CLI experience, improved build performance with BuildKit, and continued
new-feature development.

See https://docs.docker.com/compose/migrate
See https://docs.docker.com/compose/reference
2023-09-22 22:16:15 +03:00
d697a4bcc7 Make return the exit code of a 'migrate' service container
This will make it easier to debug problems, because if an error occurs,
it returns from docker-compose and interrupts the chain of commands,
for example:

make test-env-down test-env-up test
2023-08-20 16:46:23 +03:00
cfe9add3d7 Add lint to CI
It is necessary to remember not to bring the code to a state complying
with the rules.
2023-07-10 23:10:36 +03:00
b346272f7f Publish an example testing go code with Postgres 2023-07-05 01:31:59 +03:00