build: update compat date, remove

Update the `compatibility_date` and remove the need for https://developers.cloudflare.com/workers/configuration/compatibility-dates/#streams-constructors as it is the default as of `2022-11-30`
This commit is contained in:
Matt Silverlock 2024-04-15 09:24:05 -04:00 committed by GitHub
parent a39272584a
commit db45190160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"