diff --git a/v2/go.mod b/v2/go.mod index 60bf75abc..fb713b8cb 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,6 +1,8 @@ module github.com/wailsapp/wails/v2 -go 1.18 +go 1.21 + +toolchain go1.21.0 require ( github.com/Masterminds/semver v1.5.0 diff --git a/v3/internal/templates/vue-ts/frontend/src/App.vue b/v3/internal/templates/vue-ts/frontend/src/App.vue index fb679f1d5..9f88fe6d8 100644 --- a/v3/internal/templates/vue-ts/frontend/src/App.vue +++ b/v3/internal/templates/vue-ts/frontend/src/App.vue @@ -4,8 +4,8 @@ import HelloWorld from './components/HelloWorld.vue'