opensnitch/.github/workflows
Gustavo Iñiguez Goia f4084d763c
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-06-13 13:21:39 +02:00
..
build_ebpf_modules.yml updated modules action to build 1.6.0 branch only 2024-01-24 23:56:41 +01:00
generic_validations.yml actions: added resources validations 2023-02-11 14:12:41 +01:00
go.yml updated workflow compilation deps 2024-06-13 13:21:39 +02:00