update template wrangler.toml version

This commit is contained in:
syumai 2024-11-13 01:33:56 +09:00
parent 3df5024a51
commit 31604756b7
15 changed files with 20 additions and 23 deletions

View File

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

View File

@ -1,7 +1,3 @@
module github.com/syumai/workers/_templates/cloudflare/cron-go
go 1.21.3
toolchain go1.22.4
require github.com/syumai/workers v0.26.1
go 1.23.3

View File

@ -1,6 +1,7 @@
name = "go-cron"
main = "./build/worker.mjs"
compatibility_date = "2023-02-24"
compatibility_date = "2024-11-12"
compatibility_flags = ["nodejs_compat"]
workers_dev = false
[triggers]

View File

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

View File

@ -1,7 +1,3 @@
module github.com/syumai/workers/_templates/cloudflare/cron-tinygo
go 1.21.3
toolchain go1.22.4
require github.com/syumai/workers v0.26.1
go 1.23.3

View File

@ -1,6 +1,7 @@
name = "tinygo-cron"
main = "./build/worker.mjs"
compatibility_date = "2023-02-24"
compatibility_date = "2024-11-12"
compatibility_flags = ["nodejs_compat"]
workers_dev = false
[triggers]

View File

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

View File

@ -1,5 +1,5 @@
module github.com/syumai/workers/_examples/pages-tinygo
go 1.21.1
go 1.23.3
require github.com/go-chi/chi/v5 v5.0.8

View File

@ -1,5 +1,6 @@
name = "pages-functions-tinygo"
compatibility_date = "2024-04-15"
compatibility_date = "2024-11-12"
compatibility_flags = ["nodejs_compat"]
[build]
command = "make build"

View File

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

View File

@ -1,3 +1,3 @@
module github.com/syumai/workers/_templates/cloudflare/worker-go
go 1.21.1
go 1.23.3

View File

@ -1,6 +1,7 @@
name = "go-worker"
main = "./build/worker.mjs"
compatibility_date = "2024-04-15"
compatibility_date = "2024-11-12"
compatibility_flags = ["nodejs_compat"]
[build]
command = "make build"

View File

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

View File

@ -1,3 +1,3 @@
module github.com/syumai/workers/_templates/cloudflare/worker-tinygo
go 1.21.1
go 1.23.3

View File

@ -1,6 +1,7 @@
name = "tinygo-worker"
main = "./build/worker.mjs"
compatibility_date = "2024-04-15"
compatibility_date = "2024-11-12"
compatibility_flags = ["nodejs_compat"]
[build]
command = "make build"