update go version & fix go/x/sys dependancy for darwin compilation. add compile.sh and rm binary to upload it as release.

This commit is contained in:
arnaucube
2023-08-04 11:38:49 +02:00
parent 6eca1ef712
commit 5f870fb32a
6 changed files with 20 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/gorilla/websocket"
)
const version = "v0_20230626"
const version = "v0_20230804"
var (
upgrader = websocket.Upgrader{