Skip to content

Commit

Permalink
update go minimum version (#3285)
Browse files Browse the repository at this point in the history
* update go minimum version

V2.7.1 Go 1.20 is now the minimum supported Go version.

* Update go build min version

* update go build min version

---------

Co-authored-by: Lea Anthony <[email protected]>
  • Loading branch information
lmb1113 and leaanthony authored Mar 24, 2024
1 parent bc69b39 commit 08a71de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2/internal/goversion/min.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package goversion

const MinRequirement string = "1.18"
const MinRequirement string = "1.20"
2 changes: 1 addition & 1 deletion website/docs/gettingstarted/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sidebar_position: 1

Wails has a number of common dependencies that are required before installation:

- Go 1.18+
- Go 1.20+
- NPM (Node 15+)

### Go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sidebar_position: 1

Wails has a number of common dependencies that are required before installation:

- Go 1.18+
- Go 1.20+
- NPM (Node 15+)

### Go
Expand Down

0 comments on commit 08a71de

Please sign in to comment.