mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-11 10:30:09 +08:00

- 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 ```