-
- Downloads
NETOBSERV-1682: Revert toolchain version (#344)
* Reverting toolchain version because cachito does not support 1.22.2 yet * Removing 1.22 toolchain in go.mod because cachito does not support it yet * Generating files
... | ... | @@ -2,8 +2,6 @@ module github.com/netobserv/netobserv-ebpf-agent |
go 1.21.0 | ||
toolchain go1.22.2 | ||
require ( | ||
github.com/caarlos0/env/v6 v6.10.1 | ||
github.com/cilium/ebpf v0.15.0 | ||
... | ... |
Please register or sign in to comment