You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ossec/ossec_openbsd.go was added on Feb 22, 2022 via commit 67aad53
It works through OpenBSD 7.4
On OpeBSD 7.5 amd64 ...go version go1.22.1 openbsd/amd64 .. as of d2d286f
this breaks as below:
$ git pull
$ go generate ./...
$ GO111MODULE=on go install -v . ./...
$ ./go/bin/btcd --testnet
pledge failed: function not implemented
Same result with OpenBSD 7.5 amd64 -current with go1.22.3
The text was updated successfully, but these errors were encountered:
ossec/ossec_openbsd.go was added on Feb 22, 2022 via commit 67aad53
It works through OpenBSD 7.4
On OpeBSD 7.5 amd64 ...go version go1.22.1 openbsd/amd64 .. as of d2d286f
this breaks as below:
$ git pull
$ go generate ./...
$ GO111MODULE=on go install -v . ./...
$ ./go/bin/btcd --testnet
pledge failed: function not implemented
Same result with OpenBSD 7.5 amd64 -current with go1.22.3
The text was updated successfully, but these errors were encountered: