specify Go and tinygo versions

This commit is contained in:
syumai 2023-10-11 23:35:21 +09:00
parent e86554aad6
commit ab4afa19cf
4 changed files with 5 additions and 7 deletions

View File

@ -67,8 +67,8 @@ First, please install the following tools:
* Node.js (and npm)
* [wrangler](https://developers.cloudflare.com/workers/wrangler/)
- You can install it by running `npm install -g wrangler`.
* tinygo
* gonew command
* tinygo 0.29.0 or later
* [gonew](https://pkg.go.dev/golang.org/x/tools/cmd/gonew)
- You can install it by running `go install golang.org/x/tools/cmd/gonew@latest`
After installation, please run the following commands.

View File

@ -12,7 +12,7 @@
- Node.js
- [wrangler](https://developers.cloudflare.com/workers/wrangler/)
- just run `npm install -g wrangler`
- tinygo
* tinygo 0.29.0 or later
## Getting Started

View File

@ -17,9 +17,7 @@
- Node.js
- [wrangler](https://developers.cloudflare.com/workers/wrangler/)
- just run `npm install -g wrangler`
- Go
## Getting Started
- Go 1.21.0 or later
## Getting Started

View File

@ -12,7 +12,7 @@
- Node.js
- [wrangler](https://developers.cloudflare.com/workers/wrangler/)
- just run `npm install -g wrangler`
- tinygo
- tinygo 0.29.0 or later
## Getting Started