Skip to content

Commit 90b8576

Browse files
dkegel-fastlydeadprogram
authored andcommitted
getting started: update minimum required go to 1.18
1 parent 3f0a4c8 commit 90b8576

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/getting-started/install/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you wish to build TinyGo from source, for example if you intend to contribute
2323

2424
### Ubuntu/Debian
2525

26-
You must have Go already installed on your machine in order to install TinyGo. We recommend Go v1.17 or above.
26+
You must have Go already installed on your machine in order to install TinyGo. We recommend Go v1.18 or above.
2727

2828
If you are using Ubuntu or another Debian based Linux on an Intel processor, download the DEB file from Github and install it using the following commands:
2929

content/getting-started/install/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >
99

1010
This page has information on how to install and use TinyGo on macOS. If you wish to build TinyGo from source, for example if you intend to contribute to the project, please take a look [here](../../../docs/guides/build).
1111

12-
You must have Go v1.16+ already installed on your machine in order to install TinyGo. We recommend Go v1.17+.
12+
You must have Go v1.18+ already installed on your machine in order to install TinyGo.
1313

1414
You can use Homebrew to install TinyGo using the following commands:
1515

content/getting-started/install/windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >
99

1010
This page has information on how to install and use TinyGo on Windows 10. If you wish to build TinyGo from source, for example if you intend to contribute to the project, please take a look [here](../../../docs/guides/build).
1111

12-
TinyGo requires Go v1.16+ to be already installed on your machine.
12+
TinyGo requires Go v1.18+ to be already installed on your machine.
1313

1414
### Quick Install via Scoop
1515

@@ -61,7 +61,7 @@ Upgrading to the latest versions can be as easy as:
6161

6262
### Manual Install
6363

64-
- You MUST use Go 1.16.x+ with the Windows 10 native install of TinyGo.
64+
- You MUST use Go 1.18.x+ with the Windows 10 native install of TinyGo.
6565

6666
- If you have not installed it yet, you can get it from https://golang.org/dl/
6767

0 commit comments

Comments
 (0)