opensnitch/.github/workflows
Gustavo Iñiguez Goia 86f0bea18d
updated workflow compilation deps
google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2 generates
protobuffers incompatible with go1.17, it fails with the error:
"ui/protocol/ui.pb.go:2716:47: predeclared any requires go1.18 or later
(-lang was set to go1.17; check go.mod)"

Notes:
 - consider using go1.18 as min required version if there's no problem
   compiling the daemon on Debian <= 13 and other distros.
 - github.com/golang/protobuf is deprecated and we should get rid of
it.
2024-07-03 14:41:31 +02:00
..
build_ebpf_modules.yml ci: removed compiling for 5.8 kernel 2023-05-17 17:28:55 +02:00
generic_validations.yml actions: added resources validations 2023-02-11 14:12:41 +01:00
go.yml updated workflow compilation deps 2024-07-03 14:41:31 +02:00