opensnitch/.github
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
..
ISSUE_TEMPLATE updated bug report template 2023-06-25 21:51:04 +02:00
workflows updated workflow compilation deps 2024-06-13 13:21:39 +02:00
FUNDING.yml sponsors list updated 2023-06-12 20:01:55 +02:00