Skip to content

Commit 49ffdb3

Browse files
committed
content/getting-started: use Go 1.19+ now
Signed-off-by: deadprogram <[email protected]>
1 parent 3913dfd commit 49ffdb3

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
@@ -25,7 +25,7 @@ You can also install the development build of TinyGo if you want to test the lat
2525

2626
### Ubuntu/Debian
2727

28-
You must have Go already installed on your machine in order to install TinyGo. We recommend Go v1.18 or above.
28+
You must have Go already installed on your machine in order to install TinyGo. We recommend Go v1.19 or above.
2929

3030
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:
3131

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.18+ already installed on your machine in order to install TinyGo.
12+
You must have Go v1.19+ 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.18+ to be already installed on your machine.
12+
TinyGo requires Go v1.19+ to be already installed on your machine.
1313

1414
### Quick Install via Scoop
1515

@@ -73,7 +73,7 @@ Upgrading to the latest versions can be as easy as:
7373

7474
### Manual Install
7575

76-
- You MUST use Go 1.18.x+ with the Windows 10 native install of TinyGo.
76+
- You MUST use Go 1.19.x+ with the Windows 10 native install of TinyGo.
7777

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

0 commit comments

Comments
 (0)