Files
nip/ci
Brian Cunnie 4d49a211f5 🐞 Ginkgo mismatch doesn't sabotage unit tests
- bump dependencies
- finer-grained testing:
  - unit tests are always run against main branch's HEAD
  - Docker files, DNS server test are run against the latest tagged
    release (which is what's deployed on the production servers)

```shell
go get -u -t
```

Helps address
<https://ci.nono.io/teams/main/pipelines/sslip.io/jobs/unit/builds/39>:

```
Ginkgo detected a version mismatch between the Ginkgo CLI and the version of Ginkgo imported by your packages:
  Ginkgo CLI Version:
    2.4.0
  Mismatched package versions found:
    2.1.4 used by sslip.io-dns-server, xip
...
Output from proc 1:
  flag provided but not defined: -ginkgo.grace-period
```
2022-11-09 08:41:03 -08:00
..