From af768b82d3064e376c96889c85d69d0fef1cd9e3 Mon Sep 17 00:00:00 2001 From: syumai Date: Sun, 22 Oct 2023 14:32:22 +0900 Subject: [PATCH] update go version in socket example --- _examples/tcp/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/tcp/go.mod b/_examples/tcp/go.mod index b1625c4..6ec9028 100644 --- a/_examples/tcp/go.mod +++ b/_examples/tcp/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