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
..
golangci-lint golangci-lint: move into hack/tools/golangci-lint 2025-05-02 14:38:09 +02:00
ncpu Set GOMAXPROCS explicitly 2023-03-30 20:26:07 -04:00
publishing-verifier rewrite publishing-bot verify script in go 2024-09-06 09:30:51 +05:30
.gitignore Ignore go.work.sum for fake workspaces 2024-05-16 13:52:36 -04:00
go.mod golangci-lint: move into hack/tools/golangci-lint 2025-05-02 14:38:09 +02:00
go.sum golangci-lint: move into hack/tools/golangci-lint 2025-05-02 14:38:09 +02:00
go.work bump go.mod to set min go1.24 2025-02-26 11:27:07 +01:00
README.md Remove hack/tools/Makefile 2022-02-26 12:57:10 -08:00
tools.go golangci-lint: move into hack/tools/golangci-lint 2025-05-02 14:38:09 +02:00

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