Added build script that cross-compiles, set minimal go version to 1.21 and updated README

This commit is contained in:
Julian Müller (ChaoticByte) 2023-10-16 17:53:55 +02:00
parent d608af2a0d
commit 7dddb91504
3 changed files with 21 additions and 3 deletions

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/ChaoticByte/wid-notifier
go 1.21.1
go 1.21