update compatibility date of worker-tinygo and pages-tinygo template

This commit is contained in:
syumai 2024-04-16 11:11:16 +09:00
parent 91dafbfb1e
commit 69702dc1fb
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
name = "pages-functions-tinygo" name = "pages-functions-tinygo"
compatibility_date = "2023-04-30" compatibility_date = "2024-04-15"
[build] [build]
command = "make build" command = "make build"

View File

@ -1,9 +1,6 @@
name = "tinygo-worker" name = "tinygo-worker"
main = "./build/worker.mjs" main = "./build/worker.mjs"
compatibility_date = "2022-05-13" compatibility_date = "2024-04-15"
compatibility_flags = [
"streams_enable_constructors"
]
[build] [build]
command = "make build" command = "make build"