From 29fd008722759081e07a177b4e6c362455d0a429 Mon Sep 17 00:00:00 2001 From: syumai Date: Sun, 22 Oct 2023 14:30:33 +0900 Subject: [PATCH] update go versions of examples --- _examples/basic-auth-proxy/go.mod | 2 +- _examples/cache/go.mod | 2 +- _examples/cron/go.mod | 2 +- _examples/d1-blog-server/go.mod | 2 +- _examples/durable-object-counter/go.mod | 2 +- _examples/env/go.mod | 2 +- _examples/fetch-event/go.mod | 2 +- _examples/fetch/go.mod | 2 +- _examples/hello/go.mod | 2 +- _examples/kv-counter/go.mod | 2 +- _examples/pages-functions/go.mod | 2 +- _examples/r2-image-server/go.mod | 2 +- _examples/r2-image-viewer/go.mod | 2 +- _examples/service-bindings/go.mod | 2 +- _examples/simple-json-server/go.mod | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_examples/basic-auth-proxy/go.mod b/_examples/basic-auth-proxy/go.mod index 2e93129..08b49d7 100644 --- a/_examples/basic-auth-proxy/go.mod +++ b/_examples/basic-auth-proxy/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/basic-auth-server -go 1.18 +go 1.21.3 require ( github.com/syumai/tinyutil v0.3.0 diff --git a/_examples/cache/go.mod b/_examples/cache/go.mod index dfb4315..2ca7e68 100644 --- a/_examples/cache/go.mod +++ b/_examples/cache/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/cache -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/cron/go.mod b/_examples/cron/go.mod index 770bab2..0d6e579 100644 --- a/_examples/cron/go.mod +++ b/_examples/cron/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/scheduled -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/d1-blog-server/go.mod b/_examples/d1-blog-server/go.mod index 9dc6649..67339b7 100644 --- a/_examples/d1-blog-server/go.mod +++ b/_examples/d1-blog-server/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/d1-blog-server -go 1.19 +go 1.21.3 require github.com/syumai/workers v0.9.0 diff --git a/_examples/durable-object-counter/go.mod b/_examples/durable-object-counter/go.mod index 8738328..7fe54d6 100644 --- a/_examples/durable-object-counter/go.mod +++ b/_examples/durable-object-counter/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/durable-object-counter -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/env/go.mod b/_examples/env/go.mod index b9b9496..72b9b15 100644 --- a/_examples/env/go.mod +++ b/_examples/env/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/env -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/fetch-event/go.mod b/_examples/fetch-event/go.mod index 92a68b9..d698bb5 100644 --- a/_examples/fetch-event/go.mod +++ b/_examples/fetch-event/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/hello -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/fetch/go.mod b/_examples/fetch/go.mod index b1625c4..6ec9028 100644 --- a/_examples/fetch/go.mod +++ b/_examples/fetch/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/fetch -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/hello/go.mod b/_examples/hello/go.mod index 92a68b9..d698bb5 100644 --- a/_examples/hello/go.mod +++ b/_examples/hello/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/hello -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/kv-counter/go.mod b/_examples/kv-counter/go.mod index 770bf1e..f1de8cc 100644 --- a/_examples/kv-counter/go.mod +++ b/_examples/kv-counter/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/kv-counter -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/pages-functions/go.mod b/_examples/pages-functions/go.mod index 35458cc..3d865ae 100644 --- a/_examples/pages-functions/go.mod +++ b/_examples/pages-functions/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/pages-functions -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/r2-image-server/go.mod b/_examples/r2-image-server/go.mod index cb52586..1cb2cbd 100644 --- a/_examples/r2-image-server/go.mod +++ b/_examples/r2-image-server/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/r2-image-server -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0-00010101000000-000000000000 diff --git a/_examples/r2-image-viewer/go.mod b/_examples/r2-image-viewer/go.mod index 2779c10..16158bc 100644 --- a/_examples/r2-image-viewer/go.mod +++ b/_examples/r2-image-viewer/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/r2-image-viewer-tinygo -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0-00010101000000-000000000000 diff --git a/_examples/service-bindings/go.mod b/_examples/service-bindings/go.mod index b1625c4..6ec9028 100644 --- a/_examples/service-bindings/go.mod +++ b/_examples/service-bindings/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/fetch -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0 diff --git a/_examples/simple-json-server/go.mod b/_examples/simple-json-server/go.mod index 0edd525..bc7b74c 100644 --- a/_examples/simple-json-server/go.mod +++ b/_examples/simple-json-server/go.mod @@ -1,6 +1,6 @@ module github.com/syumai/workers/_examples/simple-json-server -go 1.18 +go 1.21.3 require github.com/syumai/workers v0.0.0-00010101000000-000000000000