Commit c8eb844
committed
go.mod, tools: use Go 1.24 tool dependencies
Use the tool go.mod directive introduced in Go 1.24 [^1] to specify
the ebpf2go tool that is needed during build. This allows to drop the
tools/tools.go which was used so far to pull in this dependency.
[^1]: https://go.dev/doc/modules/managing-dependencies#tools
Signed-off-by: Tobias Klauser <tobias@cilium.io>1 parent 417d63a commit c8eb844
2 files changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
This file was deleted.
0 commit comments