Files
kubernetes/hack/tools
Patrick Ohly 0faeb5a0d0 golangci-lint: move into hack/tools/golangci-lint
The advantage is that it separates the dependencies of the different tools
better. golangci-lint in particular has many dependencies and is sometimes
sensitive to the exact version being used. This way, "go get" bumps up
dependencies exactly as defined by the upstream golangci-lint module.

It's not quite self-contained because logcheck as a Go plugin for golangci-lint
must be built from the same dependencies. But it only adds one and does not
change any of the others.

While at it, the Go 1.24 "tools" directive gets used instead of the traditional
tools.go approach.
2025-05-02 14:38:09 +02:00
..
2023-03-30 20:26:07 -04:00
2025-02-26 11:27:07 +01:00
2022-02-26 12:57:10 -08:00

This directory contains a stub go module used to track version of development tools like the ones needed for linting go sources.