evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.88k stars 490 forks source link

Bump workflow actions #828

Closed SpencerIsGiddy closed 1 year ago

SpencerIsGiddy commented 1 year ago

Bumps actions to the latest in the workflow folder

gustavo-iniguez-goya commented 1 year ago

I'm using go 1.15 to test that the daemon builds with this version in particular, in order to build the packages for the releases. go 1.18 introduced a dependency (pthread_sigmask) that makes the binaries incompatible with older releases.

So I need automated tests with go 1.15.

SpencerIsGiddy commented 1 year ago

I'm using go 1.15 to test that the daemon builds with this version in particular, in order to build the packages for the releases. go 1.18 introduced a dependency (pthread_sigmask) that makes the binaries incompatible with older releases.

So I need automated tests with go 1.15.

Alright, sounds good. Il revert the go change and just request the workflow actions change