Commit Graph

3 Commits

Author SHA1 Message Date
Gunjan Vyas
6fa6ae02a7 golangci-lint: migrate configuration to v2 schema
Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
2025-05-22 09:41:04 +02:00
Christophe Fergeau
e8e57edc05 build: Use golangci-lint from tools/
This removes the need to manually install golangci-lint and add it to
PATH before running `make lint`
This also ensures `make lint` uses the golangci-lint version the code
expect/was tested with.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
2023-08-21 14:15:33 +02:00
Christophe Fergeau
0b76707223 build: Vendor makefat code
This is needed to build gvisor-tap-vsock with -mod=vendor when there is
no network access available.
(for example when building a RPM on a builder with no network access)
This reuses the tools.mk file from crc.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
2022-09-06 15:06:18 +02:00