3 Commits

Author SHA1 Message Date
Anatole Denis
f97f9f36e8 integ: Use go 1.20 integration cover support
go 1.20 now has built-in merging of cover profiles, using GOCOVERDIR and
the `go tool covdata` command.
This feature requires running integration tests as "normal" binaries
instead of tests, so I've updated the server6_test accordingly

cf https://go.dev/blog/integration-test-coverage

Signed-off-by: Anatole Denis <anatole@unverle.fr>
2024-02-29 11:28:45 +01:00
Andrea Barberio
3e32ddb5ac Fix dependabot warnings, bump Go vesions to 1.19 and 1.20
Updated all the dependencies and addressed dependabot warnings from 12
to 20, starting at
https://github.com/coredhcp/coredhcp/security/dependabot/12 .
This also required dropping Go 1.14/1.15 and bump to the latest two
versions, 1.19 and 1.20.

Signed-off-by: Andrea Barberio <insomniac@slackware.it>
2023-08-08 21:50:49 +02:00
Andrea Barberio
0337e003c5 Integration tests
Based on @natolumin's initial work at c37fbceece

Signed-off-by: Andrea Barberio <insomniac@slackware.it>
2021-01-31 21:17:02 +00:00