]> git.feebdaed.xyz Git - 0xmirror/ebpf.git/commit
go.mod: manage stringer version using `go tool`
authorTimo Beckers <timo@isovalent.com>
Mon, 13 Oct 2025 08:55:00 +0000 (10:55 +0200)
committerTimo Beckers <ti-mo@users.noreply.github.com>
Mon, 13 Oct 2025 12:53:01 +0000 (14:53 +0200)
commit6ab146395307ea7adcdaeae695659f6a0ffa4ce0
tree46f228045bd49865fdc060e0a513eb3e9867705c
parentc089de5f8e2d3290a0502c4bb669d65c5c8999c9
go.mod: manage stringer version using `go tool`

Go 1.24 introduces the new `tool` statement in go.mod. Add it with
`go get -tool golang.org/x/tools/cmd/stringer@latest` to make code gen
more consistent and reproducible across time and Go versions.

Signed-off-by: Timo Beckers <timo@isovalent.com>
16 files changed:
asm/alu.go
asm/func.go
asm/jump.go
asm/load_store.go
asm/opcode.go
asm/opcode_string.go
btf/btf_types.go
btf/btf_types_string.go
go.mod
go.sum
internal/efw/result.go
internal/tracefs/kprobe.go
internal/tracefs/probetype_string.go
internal/unix/errno_windows.go
types.go
types_string.go