pgroll/.github
Andrew Farries 7e209da2ea
Pin Go to 1.20.5 to work around testcontainers/Go breakage (#40)
Pin Go to version `1.20.5` to fix
[testcontainer](https://golang.testcontainers.org/) tests.

Go `1.20.6` introduced changes in `Host` header parsing
([issue](https://github.com/golang/go/issues/61431)) which breaks
`testcontainers-go`
([issue](https://github.com/testcontainers/testcontainers-go/issues/1359)).

Our tests started failing consistently yesterday due to this issue
([example
run](https://github.com/xataio/pg-roll/actions/runs/5612153506)).

The suggested workaround until this is resolved upstream is to pin to
`1.20.5`.
2023-07-21 07:44:35 +01:00
..
workflows Pin Go to 1.20.5 to work around testcontainers/Go breakage (#40) 2023-07-21 07:44:35 +01:00
settings.yml Add linter to tests (#9) 2023-06-27 16:33:50 +01:00