diff --git a/_templates/cloudflare/worker-go/wrangler.toml b/_templates/cloudflare/worker-go/wrangler.toml index 7e68af0..1612728 100644 --- a/_templates/cloudflare/worker-go/wrangler.toml +++ b/_templates/cloudflare/worker-go/wrangler.toml @@ -1,9 +1,6 @@ name = "go-worker" main = "./build/worker.mjs" -compatibility_date = "2022-11-19" -compatibility_flags = [ - "streams_enable_constructors" -] +compatibility_date = "2024-04-15" [build] command = "make build"