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

4
go.mod
View File

@@ -1,6 +1,6 @@
module md-live-server
go 1.14
go 1.19
require (
github.com/fatih/color v1.9.0
@@ -9,3 +9,5 @@ require (
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
)
require golang.org/x/sys v0.10.0 // indirect