Remove our main module dependency on golangci-lint.

We will still pin this in CI via an image dependency.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-12-17 16:30:34 -06:00
parent 8db9331fed
commit c7931bc6d5
5 changed files with 6 additions and 193 deletions

View File

@@ -15,7 +15,6 @@ COPY generated ./generated
COPY cmd ./cmd
COPY pkg ./pkg
COPY internal ./internal
COPY tools ./tools
COPY hack ./hack
# Build the executable binary (CGO_ENABLED=0 means static linking)