added workflow
All checks were successful
build / windows (push) Successful in 2m32s
build / linux (push) Successful in 1m52s

Reviewed-on: #1
This commit is contained in:
2025-03-03 13:30:39 +01:00
parent 59adc0f698
commit 0f710b8d9f
4 changed files with 63 additions and 7 deletions

6
go.mod
View File

@ -1,8 +1,6 @@
module wails-template
go 1.23.0
toolchain go1.24.0
go 1.24.0
require (
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
@ -40,7 +38,7 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/wailsapp/go-webview2 v1.0.19 // indirect
github.com/wailsapp/mimetype v1.4.1 // indirect
golang.org/x/crypto v0.34.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect